Chainlit / literalai-python

https://docs.getliteral.ai/
Apache License 2.0
8 stars 0 forks source link

fix: change endpoint to graphql endpoint and use chainlit url as env param #9

Closed PawelMorawian closed 9 months ago

PawelMorawian commented 9 months ago

There was a confusion between the graphql endpoints and the api endpoint (used for file upload)

This PR fixes this

I renamed the CHAINLIT_ENDPOINT env var to CHAINLIT_URL which now must be http://localhost:3000 for local