Update README.md

This commit is contained in:
何夕2077 2025-11-05 22:42:49 +08:00 committed by GitHub
parent 6ffa327044
commit 1917837065

View file

@ -230,7 +230,8 @@ API_ENDPOINT=http://localhost:3000/claude-kiro-oauth
# Direct API call # Direct API call
curl http://localhost:3000/gemini-cli-oauth/v1/chat/completions \ curl http://localhost:3000/gemini-cli-oauth/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"model":"gemini-2.0-flash-exp","messages":[...]}'``` -d '{"model":"gemini-2.0-flash-exp","messages":[...]}'
```
--- ---