Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,7 @@ Raw prompt template:
|
|
71 |
<|im_start|>user
|
72 |
{current_input}<|im_end|>
|
73 |
<|im_start|>assistant
|
|
|
74 |
```
|
75 |
|
76 |
You may want to use `vllm` to deploy an OpenAI-like API service. For more information, please refer to the [vllm documentation](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html).
|
|
|
71 |
<|im_start|>user
|
72 |
{current_input}<|im_end|>
|
73 |
<|im_start|>assistant
|
74 |
+
|
75 |
```
|
76 |
|
77 |
You may want to use `vllm` to deploy an OpenAI-like API service. For more information, please refer to the [vllm documentation](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html).
|