From 492b72c3d7c7f6e62c473f2c95c2f441bfd91031 Mon Sep 17 00:00:00 2001 From: Pine Date: Mon, 25 May 2026 17:49:12 +0800 Subject: [PATCH] =?UTF-8?q?docs(README)=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E5=89=8D=E5=90=8E=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfaaa76..2bde507 100644 --- a/README.md +++ b/README.md @@ -179,14 +179,14 @@ DEEPSEEK_API_KEY=********* MY_API_KEY=sk-1234567890 # 默认模型 -MODEL_DEFAULT = deepseek-v4-flash +MODEL_DEFAULT=deepseek-v4-flash ## codex模型对应,为空则使用默认模型 -MODEL_GTP5_5 = deepseek-v4-pro -MODEL_GTP5_4 = deepseek-v4-flash -MODEl_GPT5_4_MINI = deepseek-v4-flash -MODEL_GTP5_3_CODEX = deepseek-v4-flash -MODEL_GTP5_2 = deepseek-v4-flash +MODEL_GTP5_5=deepseek-v4-pro +MODEL_GTP5_4=deepseek-v4-flash +MODEl_GPT5_4_MINI=deepseek-v4-flash +MODEL_GTP5_3_CODEX=deepseek-v4-flash +MODEL_GTP5_2=deepseek-v4-flash # 可选:DeepSeek API 地址(默认官方地址,一般无需修改) # DEEPSEEK_URL=https://api.deepseek.com/v1/chat/completions