change bootstrap cdn
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,7 +29,7 @@ openai_api_key = config['Global']['api_key']
|
||||
OPENAI_CFG_DICT = {
|
||||
"config_name": "openai_cfg", # 此配置的名称,必须保证唯一
|
||||
"model_type": "openai_chat", # 模型类型
|
||||
"model_name": "gpt-4o-mini", # 模型名称
|
||||
"model_name": config['Global']['model'], # 模型名称
|
||||
#"model_name": "gpt-4", # 模型名称
|
||||
#"model_name": "llama3",
|
||||
"api_key": openai_api_key, # OpenAI API key. 如果没有设置,将使用环境变量中的 OPENAI_API_KEY
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user