From 1267895e44e17ed73f99448c8b83247c9a9758ac Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 7 Aug 2023 13:53:49 -0700 Subject: [PATCH] missed a backtick 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 27eb4031..60660ee9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,7 +13,7 @@ ### Model name format -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. +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