yvann-ba / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡
MIT License
782 stars 289 forks source link

Error: module 'langchain' has no attribute 'verbose' #36

Closed lameds closed 1 year ago

lameds commented 1 year ago

I'm receiving this error consistently while attempting to use the App. Is there an issue with the latest version of langchain?

yvann-ba commented 1 year ago

Hello, I have been facing the same issue, it will be resolved on my future commit, for now you can juste put that in the head of the code with the others import : langchain.verbose = False