docs(config):updated the configuration of deepseek-v3 (#885)

This commit is contained in:
Willem Jiang
2026-02-21 22:06:01 +08:00
committed by GitHub
parent 85af540076
commit b5c11baece

View File

@@ -35,8 +35,8 @@ models:
# Example: DeepSeek model (with thinking support)
# - name: deepseek-v3
# display_name: DeepSeek V3 (Thinking)
# use: langchain_deepseek:ChatDeepSeek
# model: deepseek-chat
# use: src.models.patched_deepseek:PatchedChatDeepSeek
# model: deepseek-reasoner
# api_key: $DEEPSEEK_API_KEY
# max_tokens: 16384
# supports_thinking: true