From 13aace3d34e7ccc0c4848a9a31814f2673bb6ccd Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 7 Aug 2023 13:21:54 -0700 Subject: [PATCH] clarify some more Signed-off-by: Matt Williams --- docs/api.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 413a2e9f..e3d20bb4 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,14 +13,12 @@ ### Model name format -The model name format is `site/namespace/model:tag`. **Site** and **namespace** are optional, but will default to `registry.ollama.ai/library`. +The model name format is `site/namespace/model:tag`. **Site** and **namespace** are optional, but will default to `registry.ollama.ai/library`. You will see this format used in `~/.ollama/models/manifests/`. ### Durations All durations are in nanoseconds. - - ## Generate a Prompt **POST /api/generate**