mckaywrigley / repo-chat

Use AI to ask questions about any GitHub repo.
MIT License
604 stars 108 forks source link

Upgrade langchain and openai versions in requirements.txt #16

Open lectrician1 opened 9 months ago

lectrician1 commented 9 months ago

With the current versions of these packages you run into:

AttributeError: module 'openai' has no attribute 'error'

When you run python embed.py. Upgrading the packages fixes this error.