Skip to content

Commit 068d3f5

Browse files
authored
Update model version in chat completion example
1 parent 3f6382d commit 068d3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ curl http://127.0.0.1:2048/v1/models
6363
# 测试聊天
6464
curl -X POST http://127.0.0.1:2048/v1/chat/completions \
6565
-H "Content-Type: application/json" \
66-
-d '{"model":"gemini-2.5-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
66+
-d '{"model":"gemini-3-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
6767
```
6868

6969
访问 `http://127.0.0.1:2048/` 使用内置 Web UI。

0 commit comments

Comments
 (0)