This commit is contained in:
2025-08-15 16:33:05 +08:00
parent c7d7ece6a4
commit 7b149f0f51
5 changed files with 56 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
# GPT-3.5 模型
MODEL_GPT35 = "gpt-3.5-turbo"
# GPT-4 模型
MODEL_GPT4 = "gpt-4-0613"
# Google的文本生成模型
MODEL_GEMINI = "gemini-2.5-pro"