๐Ÿšฉ Report : Not working

#4
by dinoelT - opened

I inserted my openai key and it still says "Please insert your OpenAi key to use"

Same. I'm trying to run it locally except I don't know where to input my OpenAI key.

Anyone know heres the link

https://github.com/hwchase17/chat-langchain

Same here

It looks like the code does not pass in the api key as parameter into the models, instead it relies on OPENAI_API_KEY environment variable being set. To get around it locally you can run export OPENAI_API_KEY={your key} in the command line.
But don't bother, it's broken anyway.

https://chat-langchainjs.fly.dev

Here it's working, for anyone still searching

Sign up or log in to comment