continuing

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams 2023-08-04 12:30:23 -07:00
parent b31104768c
commit 31edc829fc

View file

@ -5,6 +5,8 @@
## Generate a Prompt
**POST /api/generate**
**Generate** is the main endpoint that you will use when working with Ollama. This is used to generate a response to a prompt sent to a model.
The **Generate** endpoint takes a JSON object with the following fields:
```