You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to [Parameters](../../parameters.md) for more options.
177
177
178
-
### Send requests
178
+
####Send requests
179
179
180
180
Send requests using either curl or Python
181
181
@@ -218,4 +218,4 @@ for chunk in response:
218
218
print('\n')
219
219
```
220
220
221
-
For detailed OpenAI protocol specifications, see [OpenAI Chat Compeltion API](https://platform.openai.com/docs/api-reference/chat/create). Differences from the standard OpenAI protocol are documented in [Deployment](../../online_serving/README.md).
221
+
For detailed OpenAI protocol specifications, see [OpenAI Chat Compeltion API](https://platform.openai.com/docs/api-reference/chat/create). Differences from the standard OpenAI protocol are documented in [OpenAI Protocol-Compatible API Server](../../online_serving/README.md).
0 commit comments