Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .castiron.stats.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
schema_version: 1
generation_id: fef46aaf-0401-45c5-a9b9-a206bad97565
openapi_spec_hash: 0ec6a7e693cd01f26722c3dab19fc122
openapi_transformed_spec_hash: f0b54f1f631dbd006b7768595bcda2d4
generation_id: 2a40c387-110b-4115-b204-58be4c2d5a98
openapi_spec_hash: 51a93abe82b6f71bdb437dd6a5cb1073
openapi_transformed_spec_hash: 6e1ff6e06165d5b2e49cbfd336f00c20
config_hash: 84cdcc959ee7140cc9a65e9b642c097b
codegen_sha: d728f53ac71cf3246bedce0fa23dae1834b15498
codegen_sha: f5e6cad2ee60eaf02a71f587046e4176356d8f35
codegen_hash: f3176be1e32fe783aafc70df5d9528549e706c1abba10938130775dfb0e462ab
public_codegen_sha: b54aa8efbf40168492b6bf1b7cc8cfa7c8935133
public_codegen_sha: c228885a916d40fb2e818a60de8aad64c442a6ee
82 changes: 82 additions & 0 deletions api_reference/openapi.transformed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,20 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChatCompletionList'
'400':
description: Invalid pagination or filter parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
$ref: '#/components/responses/TooManyRequests'
'500':
description: An internal error prevented the request from being completed.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: chat
path: list
Expand Down Expand Up @@ -2924,6 +2938,20 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/CreateChatCompletionResponse'
'404':
description: No stored chat completion was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
$ref: '#/components/responses/TooManyRequests'
'500':
description: An internal error prevented the request from being completed.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: chat
examples:
Expand Down Expand Up @@ -3012,6 +3040,26 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/CreateChatCompletionResponse'
'400':
description: Invalid metadata update.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: No stored chat completion was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
$ref: '#/components/responses/TooManyRequests'
'500':
description: An internal error prevented the request from being completed.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: chat
examples:
Expand Down Expand Up @@ -3091,6 +3139,20 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChatCompletionDeleted'
'404':
description: No stored chat completion was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
$ref: '#/components/responses/TooManyRequests'
'500':
description: An internal error prevented the request from being completed.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: chat
examples:
Expand Down Expand Up @@ -3160,6 +3222,26 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChatCompletionMessageList'
'400':
description: Invalid message pagination parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: No stored chat completion was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
$ref: '#/components/responses/TooManyRequests'
'500':
description: An internal error prevented the request from being completed.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: chat
examples:
Expand Down
Loading