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