feat: update README.md

このコミットが含まれているのは:
xiang 2023-06-13 13:36:57 +08:00
コミット ccd3f057a5
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -102,8 +102,8 @@ docker-compose up --build -d
### Request Params 📝
- `prompt`: your question. It can be a `string` or `jsonstr`.
- example `jsonstr`:`[{"role":"user","content":"你好\n"},{"role":"assistant","content":"你好!有什么我可以帮助你的吗?"},{"role":"user","content":"你是谁"}]`
- example `string`: `你是谁`
- example `jsonstr`:`[{"role":"user","content":"hello\n"},{"role":"assistant","content":"Hi there! How can I assist you today?"},{"role":"user","content":"who are you"}]`
- example `string`: `who are you`
- `model`: default `gpt3.5-turbo`. model include:`gpt4` `gpt3.5-turbo`
- `site`: default `you`. target site, include `forefront` `you` `mcbbs`