From 8a37697e68c21d2cbc1e38d30cec5937dd6daa64 Mon Sep 17 00:00:00 2001 From: Firefly <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:28:58 +0800 Subject: [PATCH] docs: update the configuration example of the Deepseek model --- docs/docs/usage-guide/changing_a_model.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/usage-guide/changing_a_model.md b/docs/docs/usage-guide/changing_a_model.md index b56164255d..67686c222f 100644 --- a/docs/docs/usage-guide/changing_a_model.md +++ b/docs/docs/usage-guide/changing_a_model.md @@ -327,12 +327,12 @@ See [litellm](https://docs.litellm.ai/docs/providers/bedrock#usage) documentatio ### DeepSeek -To use deepseek-chat model with DeepSeek, for example, set: +To use deepseek-v4 model with DeepSeek, for example, set: ```toml [config] # in configuration.toml -model = "deepseek/deepseek-chat" -fallback_models=["deepseek/deepseek-chat"] +model = "deepseek/deepseek-v4-pro" +fallback_models=["deepseek/deepseek-v4-flash"] ``` and fill up your key @@ -342,7 +342,7 @@ and fill up your key key = ... ``` -(you can obtain a deepseek-chat key from [here](https://platform.deepseek.com)) +(you can obtain a deepseek-v4 key from [here](https://platform.deepseek.com/api_keys)) ### DeepInfra