Open
Conversation
- Replace deprecated langchain imports with langchain-community - Update ChatOpenAI import to langchain_community.chat_models - Update get_openai_callback import to langchain_community.callbacks - Add python-dotenv for .env file support - Make API keys optional at import time (only required when using specific models) - OPENAI_API_KEY only required for OpenAI models (default) - GOOGLE_API_KEY only required when using 'gemini' model - Add clear error messages when required API keys are missing - Update requirements.txt to include langchain-community and python-dotenv
- Upgrade pandas from 2.0.1 to >=2.1.0 (fixes compilation errors on Python 3.13) - Upgrade gradio from 3.50.2 to >=6.0.0 (includes audioop-lts for Python 3.13) - Upgrade datasets from 2.15.0 to >=4.0.0 (fixes HfFolder import error with newer huggingface_hub)
…tories globally - Add .env to ignore environment files - Add **/__pycache__/ to ignore Python cache directories - Add database/**/*.txt to ignore text files in database directory - Use global patterns for .pyc, .ipynb, and .DS_Store files - Consolidate CSV ignore pattern to database/**/*.csv
- Integrate ChatOllama into Planner, ReactPlanner, ReactReflectPlanner, and ReactAgent - Route models with names starting with 'ollama:' to local Ollama server - Add debug logging of LLM backend in Planner - Add ollama Python client to requirements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.