TumasRackaitis

Results 3 comments of TumasRackaitis

are you using a venv? its probably best!

Hi, I have the same issue-- I dug around in the site-packages/nflgame/update_players.py, and found that I could set the command `nflgame-update-players --phase` to three options: POST, PRE, and REG. However,...

Am able to replicate -- i'm getting this issue too. Looked into adding my own LLM as well, and still got the same error: ``` from langchain.chat_models import ChatOpenAI from...