Skip to content

Commit ddc3d41

Browse files
authored
Doc: Update readme.md add sponsor
1 parent e26670b commit ddc3d41

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
[![Star History Chart](https://api.star-history.com/svg?repos=CJackHwang/AIstudioProxyAPI&type=Date)](https://www.star-history.com/#CJackHwang/AIstudioProxyAPI&Date)
66

7+
This project is generously sponsored by ZMTO. Visit their website: [https://zmto.com/](https://zmto.com/)
8+
9+
本项目由 ZMTO 慷慨赞助服务器支持。访问他们的网站:[https://zmto.com/](https://zmto.com/)
710
---
811

912
## 致谢
@@ -168,12 +171,12 @@ curl http://127.0.0.1:2048/v1/models
168171
# 测试聊天(非流式)
169172
curl -X POST http://127.0.0.1:2048/v1/chat/completions \
170173
-H "Content-Type: application/json" \
171-
-d '{"model":"gemini-1.5-pro","messages":[{"role":"user","content":"Hello"}]}'
174+
-d '{"model":"gemini-3-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
172175

173176
# 测试流式聊天
174177
curl -X POST http://127.0.0.1:2048/v1/chat/completions \
175178
-H "Content-Type: application/json" \
176-
-d '{"model":"gemini-1.5-pro","messages":[{"role":"user","content":"讲个故事"}],"stream":true}' --no-buffer
179+
-d '{"model":"gemini-3-pro-preview","messages":[{"role":"user","content":"讲个故事"}],"stream":true}' --no-buffer
177180
```
178181

179182
### 访问 Web UI
@@ -626,7 +629,7 @@ python launch_camoufox.py --helper http://helper.example.com:8080
626629

627630
欢迎提交 Issue 和 Pull Request!
628631

629-
## 许可
632+
## License
630633

631634
[AGPLv3](LICENSE)
632635

0 commit comments

Comments
 (0)