* feat: add zai provider support * add zai_api_key secret to deploy-core * add to justfile * add testing, provider integration skill * enable zai key * fix zai test * clean up skill a little * small changes
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"handle": "zai/glm-4.6",
|
|
"model_settings": {
|
|
"provider_type": "zai",
|
|
"temperature": 0.7,
|
|
"max_output_tokens": 4096,
|
|
"parallel_tool_calls": false
|
|
}
|
|
}
|