Added Chat Example message to README

This commit is contained in:
Niklas Mueller 2024-08-10 14:06:27 +02:00
parent ae5271cda0
commit 423d0cd6dd

View file

@ -123,5 +123,15 @@ Run these at http://localhost:5601/app/dev_tools#/console
</details> </details>
### Chat
<details>
<summary><b>Example Chat Message</b></summary>
[{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello!"}]
</details>
## TODO ## TODO