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

Receiving only partial response from Meta AI #275

Open
carefulcomputer opened this issue Oct 3, 2024 · 0 comments
Open

Receiving only partial response from Meta AI #275

carefulcomputer opened this issue Oct 3, 2024 · 0 comments

Comments

@carefulcomputer
Copy link

When talking to meta ai, and asking a question, in the response object ( data.message._data.body ) only contains first few words of the response. I suspect that this is because of AI response being streamed.

To reproduce -

  1. Start a chat with meta ai.
  2. ask a question which requires descriptive response ('describe the main attractions in washington DC').
  3. check the response in api object (data.message._data.body). it only contains 5-10 words.
  4. compare with response in whatsapp which is several hundered words long.

Expected -
Full response should be returned after meta ai stops responding.

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