fix: avoid duplicate pixel office agent labels

This commit is contained in:
xmanrui
2026-03-16 22:23:20 +08:00
parent 6e5e862dda
commit bba9c449e3
2 changed files with 5 additions and 12 deletions
-10
View File
@@ -1,10 +0,0 @@
curl https://gpt.qt.cool/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-qt-cool-rAesCG1982qKfefUDoKa2zREJMkMTDMY" \
-d '{
"model": "gpt-5.3-codex",
"messages": [
{"role": "user", "content": "hi"}
],
"max_tokens": 16
}'