docs: update models

This commit is contained in:
hieu-jan 2023-11-23 14:00:38 +09:00
parent 53245faa54
commit c45b74457a
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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