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
The problem is that the server is not OpenAI compatibe (It does not implement OpenAI's interface). We will integrate the OpenAI conpatible version at some point in future.
Did you check docs and existing issues?
Python version (python --version)
3.11
Operating system/version
15
NeMo-Guardrails version (if you must use a specific version and not the latest
0.11.0
Describe the bug
I started a server with the following command, but streaming mode is not working
python -m nemoguardrails server --config=./config --default-config-id=config
config.yml
Steps To Reproduce
my test code
Expected Behavior
print stream chunks
Actual Behavior
print nothing
The text was updated successfully, but these errors were encountered: