chore: remove accidentally committed experimental api_case.sh
This commit is contained in:
parent
863af5dd12
commit
5fdf75e349
@ -1,25 +0,0 @@
|
|||||||
|
|
||||||
curl -X POST https://api.vectron.meta-stone.com/v1/chat/completions \
|
|
||||||
-H "Authorization: Bearer sk-xxx" \
|
|
||||||
-H "Content-Type: application/json" \
|
|
||||||
-d '{
|
|
||||||
"model": "ZhipuAi/GLM-5.2",
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"role": "user",
|
|
||||||
"content": "Say hello in one sentence."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"thinking": {
|
|
||||||
"type": "disabled",
|
|
||||||
"type": "string",
|
|
||||||
"budget_tokens": 0
|
|
||||||
},
|
|
||||||
"extra_body": {
|
|
||||||
"thinking": {
|
|
||||||
"type": "disabled",
|
|
||||||
"type": "string",
|
|
||||||
"budget_tokens": 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}'
|
|
||||||
Loading…
x
Reference in New Issue
Block a user