NeMo-Guardrails
NeMo-Guardrails copied to clipboard
JavaScript Error when running nemoguardrails server
Description
When I visit http://localhost:8000 and try to start a conversation I am getting the following JavaScript error:
I have try in Brave Browser and Microsoft Edge. I am getting the same JavaScript error in both.
Details
The version I am using on Mac Sonoma 14.2.1
$> nemoguardrails --version
0.6.1
I am running (no errors on start)
$> nemoguardrails server --config=./config
INFO: Started server process [30171]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
My config.yml
models:
- type: main
engine: openai
model: gpt-3.5-turbo-1106
@swift-ci please test
With this small regression we are able to get through a full run of the test suite on Windows. While it is still not passing, this will allow us to now start enumerating the failure cases and try to work through them.
@swift-ci please test
@swift-ci please test