Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete response #19

Open
clustor opened this issue Oct 1, 2024 · 0 comments
Open

Incomplete response #19

clustor opened this issue Oct 1, 2024 · 0 comments

Comments

@clustor
Copy link

clustor commented Oct 1, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant