-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support deepseek-chat model #1457
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
GM @mrT23 |
PR Type
Enhancement, Documentation
Description
Added support for the
deepseek/deepseek-chat
model in the system.Injected
DEEPSEEK_API_KEY
environment variable for DeepSeek integration.Updated documentation to include DeepSeek model configuration details.
Added a template for DeepSeek API key in
.secrets_template.toml
.Changes walkthrough 📝
__init__.py
Added DeepSeek model to token limits dictionary
pr_agent/algo/init.py
deepseek/deepseek-chat
model to the model token limitsdictionary.
litellm_ai_handler.py
Added DeepSeek API key injection logic
pr_agent/algo/ai_handlers/litellm_ai_handler.py
DEEPSEEK_API_KEY
into environment variables.changing_a_model.md
Updated documentation for DeepSeek model configuration
docs/docs/usage-guide/changing_a_model.md
deepseek-chat
model..secrets_template.toml
Added DeepSeek API key template
pr_agent/settings/.secrets_template.toml