You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following prompt using duck_chat, I get only 57 lines but the same prompt on the browser gets complete 100 responses. Is there a way to wait until the complete response is available?
async with DuckChat() as chat:
# Create the question using the provided keyword
question = f"Generate 100 Spain Spanish words related to school in CSV format with English word as 'Question' column followed by Spanish word in 'Answer' column"
# Ask the question and get the response
response = await chat.ask_question(question)
The text was updated successfully, but these errors were encountered:
With the following prompt using duck_chat, I get only 57 lines but the same prompt on the browser gets complete 100 responses. Is there a way to wait until the complete response is available?
The text was updated successfully, but these errors were encountered: