Files
dsProject/dsLightRag/Config/GoApiConst.py

7 lines
156 B
Python
Raw Normal View History

2025-08-15 16:33:05 +08:00
# GPT-3.5 模型
MODEL_GPT35 = "gpt-3.5-turbo"
# GPT-4 模型
MODEL_GPT4 = "gpt-4-0613"
# Google的文本生成模型
MODEL_GEMINI = "gemini-2.5-pro"