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

19 lines
429 B
JSON

[
{
"model_type": "openai_chat",
"config_name": "gpt-4",
"model_name": "gpt-4",
"api_key": "xxx",
"organization": "xxx",
"generate_args": {
"temperature": 0.5
}
},
{
"model_type": "post_api_chat",
"config_name": "my_post_api",
"api_url": "https://xxx",
"headers": {},
"json_args": {}
}
]