my_meeting/config.json

16 lines
385 B
JSON
Raw Permalink Normal View History

2026-05-09 03:23:57 +00:00
{
2026-05-11 03:00:31 +00:00
"api_profiles": [
{
"name": "默认接口",
2026-05-13 09:38:15 +00:00
"api_base_url": "http://10.100.53.199:9527/v1",
2026-05-11 03:00:31 +00:00
"api_key": "unis123",
"model_name": "Qwen3.6-35B",
"max_tokens": 64000
}
],
2026-05-11 07:08:56 +00:00
"active_api_profile_name": "默认接口",
2026-05-13 09:38:15 +00:00
"api_base_url": "http://10.100.53.199:9527/v1",
2026-05-11 07:08:56 +00:00
"api_key": "unis123",
"model_name": "Qwen3.6-35B",
"max_tokens": 64000
2026-05-09 03:23:57 +00:00
}