Closed kagurashi closed 1 year ago
Thanks, @kagurashi. OpenAI changed the API which broke the langchain integration, and others have experienced this as well see here. I had set langchain==0.0.124 in requirements.txt but openai was left open, so for now I have resolved with the following in the requirments:
openai==0.27.3 langchain==0.0.124
I will look into bringing langchain and OpenAI to be more current, but the app is back to working.
Hi @Randy,
I'm writing to report a bug with the Buffett app that is hosted on your GitHub repository. The app is no longer working on the App Gallery of "Streamlit in Snowflake" at the following URL:
https://jrpettus-streamlit-buffett-buffett-app-hqw5pq.streamlit.app/
I'm receiving the following error message:
I've tried to reproduce the bug on my own machine by following these steps:
I've attached a screenshot of the error message.
I'm a big fan of your work and have been using this app to learn more about developing useful applications. I would introduce it to my coworkers if the bug were fixed. I would be very grateful if you could fix this bug so that I can continue to use it.
Thanks, Kagurashi