'commit'
This commit is contained in:
6
dsLightRag/Config/GoApiConst.py
Normal file
6
dsLightRag/Config/GoApiConst.py
Normal 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"
|
Reference in New Issue
Block a user