chore: save local workspace changes

This commit is contained in:
xmanrui
2026-03-12 00:28:37 +08:00
parent 9c14282cba
commit 4d89a0a4e0
12 changed files with 1063 additions and 136 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

+10
View File
@@ -0,0 +1,10 @@
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
}'