update docs

This commit is contained in:
kevin
2025-06-30 14:45:41 +08:00
parent df1e22b595
commit 4f7b42ce3e
2 changed files with 2 additions and 2 deletions

View File

@@ -218,4 +218,4 @@ for chunk in response:
print('\n')
```
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](../../serving/README.md).
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).