From 5fdf75e34979007be405a5e5fcef18cafaca88ce Mon Sep 17 00:00:00 2001 From: sora <2075279110@qq.com> Date: Mon, 3 Aug 2026 05:54:18 +0000 Subject: [PATCH] chore: remove accidentally committed experimental api_case.sh --- bash/case/api_case.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 bash/case/api_case.sh diff --git a/bash/case/api_case.sh b/bash/case/api_case.sh deleted file mode 100644 index 118f88b..0000000 --- a/bash/case/api_case.sh +++ /dev/null @@ -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 - } - } -}' \ No newline at end of file