File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "BudgetsApi" ,
2424 "ChatApi" ,
2525 "EmbeddingsApi" ,
26+ "FilesApi" ,
2627 "HealthApi" ,
2728 "ImagesApi" ,
2829 "KeysApi" ,
213214from otari ._client .api .budgets_api import BudgetsApi as BudgetsApi
214215from otari ._client .api .chat_api import ChatApi as ChatApi
215216from otari ._client .api .embeddings_api import EmbeddingsApi as EmbeddingsApi
217+ from otari ._client .api .files_api import FilesApi as FilesApi
216218from otari ._client .api .health_api import HealthApi as HealthApi
217219from otari ._client .api .images_api import ImagesApi as ImagesApi
218220from otari ._client .api .keys_api import KeysApi as KeysApi
Original file line number Diff line number Diff line change 66from otari ._client .api .budgets_api import BudgetsApi
77from otari ._client .api .chat_api import ChatApi
88from otari ._client .api .embeddings_api import EmbeddingsApi
9+ from otari ._client .api .files_api import FilesApi
910from otari ._client .api .health_api import HealthApi
1011from otari ._client .api .images_api import ImagesApi
1112from otari ._client .api .keys_api import KeysApi
You can’t perform that action at this time.
0 commit comments