Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ If you want to deploy the server as an online service, you can use `--api-keys s
|
|
93 |
|
94 |
| Model | Size | Context | Weights | Serving |
|
95 |
|-------------------|------|---------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
|
96 |
-
| OpenChat 3.5 1210 | 7B | 8192 | [Huggingface](https://huggingface.co/openchat/
|
97 |
|
98 |
<details>
|
99 |
<summary>Example request (click to expand)</summary>
|
|
|
93 |
|
94 |
| Model | Size | Context | Weights | Serving |
|
95 |
|-------------------|------|---------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
|
96 |
+
| OpenChat 3.5 1210 | 7B | 8192 | [Huggingface](https://huggingface.co/openchat/openchat-3.5-1210) | `python -m ochat.serving.openai_api_server --model openchat/openchat-3.5-1210 --engine-use-ray --worker-use-ray` |
|
97 |
|
98 |
<details>
|
99 |
<summary>Example request (click to expand)</summary>
|