Skip to content

Commit b1ff1fa

Browse files
njbrakegithub-actions[bot]
authored andcommitted
chore: regenerate SDK client core from Otari OpenAPI spec
1 parent 05c045f commit b1ff1fa

194 files changed

Lines changed: 371 additions & 211 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/otari/_client/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Otari, an OpenAI-compatible LLM gateway with API key management
99
10-
The version of the OpenAPI document: 0.0.0-dev
10+
The version of the OpenAPI document: 0.1.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
@@ -77,6 +77,7 @@
7777
"ChatCompletion",
7878
"ChatCompletionChunk",
7979
"ChatCompletionRequest",
80+
"ChatCompletionRequestToolsInner",
8081
"ChatMessageInput",
8182
"Content",
8283
"Content1",
@@ -279,6 +280,7 @@
279280
from otari._client.models.chat_completion import ChatCompletion as ChatCompletion
280281
from otari._client.models.chat_completion_chunk import ChatCompletionChunk as ChatCompletionChunk
281282
from otari._client.models.chat_completion_request import ChatCompletionRequest as ChatCompletionRequest
283+
from otari._client.models.chat_completion_request_tools_inner import ChatCompletionRequestToolsInner as ChatCompletionRequestToolsInner
282284
from otari._client.models.chat_message_input import ChatMessageInput as ChatMessageInput
283285
from otari._client.models.content import Content as Content
284286
from otari._client.models.content1 import Content1 as Content1

src/otari/_client/_spec_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__spec_version__ = "0.0.0-dev"
1+
__spec_version__ = "0.1.0"

src/otari/_client/api/audio_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/batches_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/budgets_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/chat_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/embeddings_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/health_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

src/otari/_client/api/images_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Otari, an OpenAI-compatible LLM gateway with API key management
55
6-
The version of the OpenAPI document: 0.0.0-dev
6+
The version of the OpenAPI document: 0.1.0
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
88
99
Do not edit the class manually.

0 commit comments

Comments
 (0)