Skip to content

Commit

Permalink
feat: add DeepSeek models to config template (#312)
Browse files Browse the repository at this point in the history
Deepseek uses the openai API.

Signed-off-by: Arthur Heymans <[email protected]>
  • Loading branch information
ArthurHeymans authored Aug 9, 2024
1 parent 89c240e commit 3dc0a94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,14 @@ apis:
open-mistral-nemo:
aliases: ["mistral-nemo"]
max-input-chars: 384000
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/
deepseek-chat:
aliases: ["ds-chat"]
max-input-chars: 384000
deepseek-code:
aliases: ["ds-code"]
max-input-chars: 384000

0 comments on commit 3dc0a94

Please sign in to comment.