From 31edc829fc4c3535e3c6019ba0bb996cc7264854 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 4 Aug 2023 12:30:23 -0700 Subject: [PATCH] continuing Signed-off-by: Matt Williams --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index cdde3d52b..93a50700d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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: ```