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

Search assistant returning empty message with DISABLE_LITELLM_STREAMING enabled #3491

Open
marcelogdeandrade opened this issue Dec 17, 2024 · 0 comments

Comments

@marcelogdeandrade
Copy link

marcelogdeandrade commented Dec 17, 2024

Hello,

TL;DR: Search assistant is not working properly with DISABLE_LITELLM_STREAMING config enabled.

I'm trying to use Onyx with DISABLE_LITELLM_STREAMING config enabled, since my custom model server doesn't support streaming yet. Although it is working normally for General assistant, the Search one is returning empty messages.

I've tested this behavior with both a custom model server and an OpenAI direct connection config, both of them have the same empty result.

If I disable DISABLE_LITELLM_STREAMING, the Search assistant work as expected.

Steps to reproduce:

  • Enable DISABLE_LITELLM_STREAMING through .env file when deploying Onyx with docker-compose
  • Config LLM with OpenAI Model
  • Try to use Search assistant
@marcelogdeandrade marcelogdeandrade changed the title Search assistant returning empty message with DISABLE_LITELLM_STREAMING Search assistant returning empty message with DISABLE_LITELLM_STREAMING enabled Dec 17, 2024
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