openai/chatkit-python
Publicmirrored from https://github.com/openai/chatkit-pythonAvailable
docs/index.md
13lines · modeblame
df03dc0bJiwon Kim6 months ago | 1 | # ChatKit Python SDK |
f688d870victor-openai8 months ago | 2 | |
df03dc0bJiwon Kim6 months ago | 3 | Welcome to the ChatKit Python SDK documentation. This overview page links to the most important places to get started. |
| 4 | | |
| 5 | - [Quick start](quickstart.md) | |
| 6 | - [Core concepts](concepts/threads.md) | |
| 7 | - [Respond to a user message](guides/respond-to-user-message.md) | |
| 8 | - [Prepare your app for production](guides/prepare-your-app-for-production.md) | |
| 9 | - [API reference](api/chatkit/index.md) | |
| 10 | - [ChatKit JS docs](https://openai.github.io/chatkit-js/) | |
| 11 | - [Release process / changelog](release.md) | |
| 12 | | |
| 13 | Use the navigation on the left to browse the full set of guides and API reference. |