From c45b74457a38ae5ceeb9c3f4ed537f5f61da22f3 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:00:38 +0900 Subject: [PATCH] docs: update models --- docs/docs/specs/threads.md | 2 +- docs/openapi/specs/models.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/docs/specs/threads.md b/docs/docs/specs/threads.md index 0097caa66..3c9b17286 100644 --- a/docs/docs/specs/threads.md +++ b/docs/docs/specs/threads.md @@ -14,7 +14,7 @@ This is currently under development. - Users can tweak `model` params and `assistant` behavior within each thread. - Users can import and export threads. -- An [OpenAI Thread API](https://platform.openai.com/docs/api-reference/threads) compatible endpoint at `localhost:3000/v1/threads`. +- An [OpenAI Thread API](https://platform.openai.com/docs/api-reference/threads) compatible endpoint at `localhost:1337/v1/threads`. ## Folder Structure diff --git a/docs/openapi/specs/models.yaml b/docs/openapi/specs/models.yaml index 6eb2b13f7..6f136d30e 100644 --- a/docs/openapi/specs/models.yaml +++ b/docs/openapi/specs/models.yaml @@ -110,16 +110,7 @@ components: type: string description: "List of assets related to the model." required: - - type - - version - - id - - name - - created - - state - - format - source_url - - settings - - parameters ModelObject: type: object