docs: update models
This commit is contained in:
parent
53245faa54
commit
c45b74457a
@ -14,7 +14,7 @@ This is currently under development.
|
|||||||
|
|
||||||
- Users can tweak `model` params and `assistant` behavior within each thread.
|
- Users can tweak `model` params and `assistant` behavior within each thread.
|
||||||
- Users can import and export threads.
|
- 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
|
## Folder Structure
|
||||||
|
|
||||||
|
|||||||
@ -110,16 +110,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: "List of assets related to the model."
|
description: "List of assets related to the model."
|
||||||
required:
|
required:
|
||||||
- type
|
|
||||||
- version
|
|
||||||
- id
|
|
||||||
- name
|
|
||||||
- created
|
|
||||||
- state
|
|
||||||
- format
|
|
||||||
- source_url
|
- source_url
|
||||||
- settings
|
|
||||||
- parameters
|
|
||||||
|
|
||||||
ModelObject:
|
ModelObject:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user