소스 검색

continuing

Signed-off-by: Matt Williams <m@technovangelist.com>
Matt Williams 1 년 전
부모
커밋
31edc829fc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/api.md

+ 2 - 0
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:
 
 ```