NeMo-Guardrails icon indicating copy to clipboard operation
NeMo-Guardrails copied to clipboard

JavaScript Error when running nemoguardrails server

Open isavita opened this issue 1 year ago • 0 comments
trafficstars

Description

When I visit http://localhost:8000 and try to start a conversation I am getting the following JavaScript error: maxLengthError 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

isavita avatar Jan 27 '24 17:01 isavita

@swift-ci please test

compnerd avatar May 15 '24 14:05 compnerd

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.

compnerd avatar May 15 '24 14:05 compnerd

@swift-ci please test

compnerd avatar May 15 '24 16:05 compnerd

@swift-ci please test

compnerd avatar May 15 '24 16:05 compnerd