chore: remove accidentally committed experimental api_case.sh

This commit is contained in:
sora 2026-08-03 05:54:18 +00:00
parent 863af5dd12
commit 5fdf75e349

View File

@ -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
}
}
}'