You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed PR #172 is modernizing the LLM layer, but it still doesn't address the fact that this script fails to load .env when run standalone. I have a fix that adds load_dotenv() to the main block, which would complement the existing PRs perfectly.
I noticed PR #172 is modernizing the LLM layer, but it still doesn't address the fact that this script fails to load .env when run standalone. I have a fix that adds load_dotenv() to the main block, which would complement the existing PRs perfectly.