docs: fix endpoint url
This commit is contained in:
parent
2187408604
commit
a5446b038d
@ -486,7 +486,7 @@ paths:
|
|||||||
description: |
|
description: |
|
||||||
Return a list of assistants. <a href = "https://platform.openai.com/docs/api-reference/assistants/listAssistants"> Equivalent to OpenAI's list assistants. </a>
|
Return a list of assistants. <a href = "https://platform.openai.com/docs/api-reference/assistants/listAssistants"> Equivalent to OpenAI's list assistants. </a>
|
||||||
post:
|
post:
|
||||||
operationId: createAssistants
|
operationId: createAssistant
|
||||||
tags:
|
tags:
|
||||||
- Assistants
|
- Assistants
|
||||||
summary: Create assistant
|
summary: Create assistant
|
||||||
@ -498,7 +498,7 @@ paths:
|
|||||||
operationId: getAssistant
|
operationId: getAssistant
|
||||||
tags:
|
tags:
|
||||||
- Assistants
|
- Assistants
|
||||||
summary: Retrieve assistants
|
summary: Retrieve assistant
|
||||||
description: |
|
description: |
|
||||||
Retrieves an assistant. <a href = "https://platform.openai.com/docs/api-reference/assistants/getAssistant"> Equivalent to OpenAI's retrieve assistants. </a>
|
Retrieves an assistant. <a href = "https://platform.openai.com/docs/api-reference/assistants/getAssistant"> Equivalent to OpenAI's retrieve assistants. </a>
|
||||||
post:
|
post:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user