From 0c52b4509bb176b797f6ba6411cd09390c4309f9 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 7 Aug 2023 13:27:58 -0700 Subject: [PATCH] get rid of namespace and site Signed-off-by: Matt Williams --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index e3d20bb4..27eb4031 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,7 +13,7 @@ ### 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`. You will see this format used in `~/.ollama/models/manifests/`. +The model name format today is model:tag`. Some examples are `orca:3b-q4_1` and `llama2:70b`. The tag is optional and if not provided will default to `latest`. The tag is used to identify a specific version. ### Durations