Skip to content

Commit 5addbe7

Browse files
njbrakegithub-actions[bot]
authored andcommitted
chore: regenerate SDK client core from Otari OpenAPI spec
1 parent 77c822a commit 5addbe7

186 files changed

Lines changed: 1838 additions & 371 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# flake8: noqa
44

55
"""
6-
otari-gateway
6+
otari
77
8-
A clean FastAPI gateway for otari with API key management
8+
Otari, an OpenAI-compatible LLM gateway with API key management
99
1010
The version of the OpenAPI document: 0.0.0-dev
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -23,6 +23,7 @@
2323
"BudgetsApi",
2424
"ChatApi",
2525
"EmbeddingsApi",
26+
"FilesApi",
2627
"HealthApi",
2728
"ImagesApi",
2829
"KeysApi",
@@ -213,6 +214,7 @@
213214
from otari._client.api.budgets_api import BudgetsApi as BudgetsApi
214215
from otari._client.api.chat_api import ChatApi as ChatApi
215216
from otari._client.api.embeddings_api import EmbeddingsApi as EmbeddingsApi
217+
from otari._client.api.files_api import FilesApi as FilesApi
216218
from otari._client.api.health_api import HealthApi as HealthApi
217219
from otari._client.api.images_api import ImagesApi as ImagesApi
218220
from otari._client.api.keys_api import KeysApi as KeysApi

src/otari/_client/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from otari._client.api.budgets_api import BudgetsApi
77
from otari._client.api.chat_api import ChatApi
88
from otari._client.api.embeddings_api import EmbeddingsApi
9+
from otari._client.api.files_api import FilesApi
910
from otari._client.api.health_api import HealthApi
1011
from otari._client.api.images_api import ImagesApi
1112
from otari._client.api.keys_api import KeysApi

src/otari/_client/api/audio_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/batches_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/budgets_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/chat_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/embeddings_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

0 commit comments

Comments
 (0)