We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6382d commit 068d3f5Copy full SHA for 068d3f5
1 file changed
README.md
@@ -63,7 +63,7 @@ curl http://127.0.0.1:2048/v1/models
63
# 测试聊天
64
curl -X POST http://127.0.0.1:2048/v1/chat/completions \
65
-H "Content-Type: application/json" \
66
- -d '{"model":"gemini-2.5-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
+ -d '{"model":"gemini-3-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
67
```
68
69
访问 `http://127.0.0.1:2048/` 使用内置 Web UI。
0 commit comments