mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 03:35:21 +00:00
add future version note to chat api docs
This commit is contained in:
parent
a2405ec831
commit
ba264e9da8
@ -214,7 +214,7 @@ curl http://localhost:11434/api/generate -d '{
|
|||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
Or send a chat message:
|
Or send a chat message (coming in 0.1.14):
|
||||||
|
|
||||||
```
|
```
|
||||||
curl http://localhost:11434/api/chat -d '{
|
curl http://localhost:11434/api/chat -d '{
|
||||||
|
@ -291,7 +291,7 @@ curl http://localhost:11434/api/generate -d '{
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Send Chat Messages
|
## Send Chat Messages (coming in 0.1.14)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
POST /api/chat
|
POST /api/chat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user