Skip to content
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

fix: update deepseek in config template #425

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,16 @@ apis:
open-mistral-nemo:
aliases: ["mistral-nemo"]
max-input-chars: 384000
# DeepSeek
# https://api-docs.deepseek.com
deepseek:
base-url: https://api.deepseek.com/
api-key:
api-key-env: DEEPSEEK_API_KEY
models: # https://platform.deepseek.com/api-docs/api/list-models/
models:
deepseek-chat:
aliases: ["ds-chat"]
aliases: ["chat"]
max-input-chars: 384000
deepseek-code:
aliases: ["ds-code"]
deepseek-reasoner:
aliases: ["r1"]
max-input-chars: 384000
Loading