Added Chat Example message to README
This commit is contained in:
parent
ae5271cda0
commit
423d0cd6dd
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue