From f303364d2f0e0790ee680896c6d774ce1d9c4357 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Fri, 17 Nov 2023 13:37:46 +0800 Subject: [PATCH] docs: nits --- docs/docs/docs/specs/models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/docs/specs/models.md b/docs/docs/docs/specs/models.md index c38f75071..10ba84640 100644 --- a/docs/docs/docs/specs/models.md +++ b/docs/docs/docs/specs/models.md @@ -19,8 +19,8 @@ _Users can configure model settings, like run parameters_ ## Jan Model Object - A `Jan Model Object` is a “representation of an model -- Objects are defined by `model-uuid.json` files in json format -- Objects are identified by `folder-name/model-uuid`, where its `id` is indicative of its file location. +- Objects are defined by `model-name.json` files in json format +- Objects are identified by `folder-name/model-name`, where its `id` is indicative of its file location. - Objects are designed to be compatible with `OpenAI Model Objects`, with additional properties needed to run on our infrastructure. - ALL object properties are optional, i.e. users should be able to run a model declared by an empty `json` file.