samwit / llm-tutorials

A set of LLM Tutorials from my youtube channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment Setup

deeeed opened this issue · comments

First off, Thanks for putting this repo together!

Would it be possible to provide requirements.txt or steps to make sure to have valid env to run examples?
I seem to keep running into invalid / conflicting versions of the dependencies, eg:

No name 'StreamingStdoutCallback' in module 'langchain.callbacks.streaming_stdout'Pylint[E0611:no-name-in-module](https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-name-in-module.html)

Is there a specific python version to use?