Files
hsa/AlgoriAgent/examples/conversation_nl2sql/configs/model_configs.json
CakeCN 4198ca63b1 init
2024-12-03 16:21:19 +08:00

22 lines
515 B
JSON

[
{
"config_name": "gpt-3.5-turbo",
"model_type": "openai-chat",
"model_name": "gpt-3.5-turbo",
"api_key": "xxx",
"organization": "xxx",
"generate_args": {
"temperature": 0.0
}
},
{
"config_name": "gpt-4",
"model_type": "openai-chat",
"model_name": "gpt-4",
"api_key": "xxx",
"organization": "xxx",
"generate_args": {
"temperature": 0.5
}
}
]