Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
713 stars 270 forks source link

Copilot example not working #73

Closed shantanuv closed 7 months ago

shantanuv commented 7 months ago

The copilot example is not working for me. The problem seems to be the URL http://localhost:8000/copilot/index.js always gets redirected back to the root URL http://localhost:8000 and we get a HTML response instead of JavaScript.

shantanuv commented 7 months ago

Was working in a different python environment and chainlit wasn't updated to latest version. After moving to correct python environment and installing chainlit 1.0.200, everything looks good. Thanks !!