https://github.com/songquanpeng/openai-mocker
一个模拟 OpenAI API 的 mock server,用以 One API 的压测
https://github.com/songquanpeng/openai-mocker
Last synced: 6 months ago
JSON representation
一个模拟 OpenAI API 的 mock server,用以 One API 的压测
- Host: GitHub
- URL: https://github.com/songquanpeng/openai-mocker
- Owner: songquanpeng
- Created: 2023-09-19T15:31:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T22:41:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:11:09.206Z (7 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAI Mocker
> 一个模拟 OpenAI API 的 mock server,用以 One API 的压测## 使用方法
```bash
./openai-mocker --port 3000
```