-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): update via SDK Studio (#46)
- Loading branch information
1 parent
0762e2a
commit 0b62560
Showing
11 changed files
with
327 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .chat import ( | ||
ChatResource, | ||
AsyncChatResource, | ||
ChatResourceWithRawResponse, | ||
AsyncChatResourceWithRawResponse, | ||
ChatResourceWithStreamingResponse, | ||
AsyncChatResourceWithStreamingResponse, | ||
Chat, | ||
AsyncChat, | ||
ChatWithRawResponse, | ||
AsyncChatWithRawResponse, | ||
ChatWithStreamingResponse, | ||
AsyncChatWithStreamingResponse, | ||
) | ||
from .audio import ( | ||
AudioResource, | ||
AsyncAudioResource, | ||
AudioResourceWithRawResponse, | ||
AsyncAudioResourceWithRawResponse, | ||
AudioResourceWithStreamingResponse, | ||
AsyncAudioResourceWithStreamingResponse, | ||
Audio, | ||
AsyncAudio, | ||
AudioWithRawResponse, | ||
AsyncAudioWithRawResponse, | ||
AudioWithStreamingResponse, | ||
AsyncAudioWithStreamingResponse, | ||
) | ||
from .models import ( | ||
ModelsResource, | ||
AsyncModelsResource, | ||
ModelsResourceWithRawResponse, | ||
AsyncModelsResourceWithRawResponse, | ||
ModelsResourceWithStreamingResponse, | ||
AsyncModelsResourceWithStreamingResponse, | ||
Models, | ||
AsyncModels, | ||
ModelsWithRawResponse, | ||
AsyncModelsWithRawResponse, | ||
ModelsWithStreamingResponse, | ||
AsyncModelsWithStreamingResponse, | ||
) | ||
from .embeddings import ( | ||
EmbeddingsResource, | ||
AsyncEmbeddingsResource, | ||
EmbeddingsResourceWithRawResponse, | ||
AsyncEmbeddingsResourceWithRawResponse, | ||
EmbeddingsResourceWithStreamingResponse, | ||
AsyncEmbeddingsResourceWithStreamingResponse, | ||
Embeddings, | ||
AsyncEmbeddings, | ||
EmbeddingsWithRawResponse, | ||
AsyncEmbeddingsWithRawResponse, | ||
EmbeddingsWithStreamingResponse, | ||
AsyncEmbeddingsWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"EmbeddingsResource", | ||
"AsyncEmbeddingsResource", | ||
"EmbeddingsResourceWithRawResponse", | ||
"AsyncEmbeddingsResourceWithRawResponse", | ||
"EmbeddingsResourceWithStreamingResponse", | ||
"AsyncEmbeddingsResourceWithStreamingResponse", | ||
"ChatResource", | ||
"AsyncChatResource", | ||
"ChatResourceWithRawResponse", | ||
"AsyncChatResourceWithRawResponse", | ||
"ChatResourceWithStreamingResponse", | ||
"AsyncChatResourceWithStreamingResponse", | ||
"AudioResource", | ||
"AsyncAudioResource", | ||
"AudioResourceWithRawResponse", | ||
"AsyncAudioResourceWithRawResponse", | ||
"AudioResourceWithStreamingResponse", | ||
"AsyncAudioResourceWithStreamingResponse", | ||
"ModelsResource", | ||
"AsyncModelsResource", | ||
"ModelsResourceWithRawResponse", | ||
"AsyncModelsResourceWithRawResponse", | ||
"ModelsResourceWithStreamingResponse", | ||
"AsyncModelsResourceWithStreamingResponse", | ||
"Embeddings", | ||
"AsyncEmbeddings", | ||
"EmbeddingsWithRawResponse", | ||
"AsyncEmbeddingsWithRawResponse", | ||
"EmbeddingsWithStreamingResponse", | ||
"AsyncEmbeddingsWithStreamingResponse", | ||
"Chat", | ||
"AsyncChat", | ||
"ChatWithRawResponse", | ||
"AsyncChatWithRawResponse", | ||
"ChatWithStreamingResponse", | ||
"AsyncChatWithStreamingResponse", | ||
"Audio", | ||
"AsyncAudio", | ||
"AudioWithRawResponse", | ||
"AsyncAudioWithRawResponse", | ||
"AudioWithStreamingResponse", | ||
"AsyncAudioWithStreamingResponse", | ||
"Models", | ||
"AsyncModels", | ||
"ModelsWithRawResponse", | ||
"AsyncModelsWithRawResponse", | ||
"ModelsWithStreamingResponse", | ||
"AsyncModelsWithStreamingResponse", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .audio import ( | ||
AudioResource, | ||
AsyncAudioResource, | ||
AudioResourceWithRawResponse, | ||
AsyncAudioResourceWithRawResponse, | ||
AudioResourceWithStreamingResponse, | ||
AsyncAudioResourceWithStreamingResponse, | ||
Audio, | ||
AsyncAudio, | ||
AudioWithRawResponse, | ||
AsyncAudioWithRawResponse, | ||
AudioWithStreamingResponse, | ||
AsyncAudioWithStreamingResponse, | ||
) | ||
from .translations import ( | ||
TranslationsResource, | ||
AsyncTranslationsResource, | ||
TranslationsResourceWithRawResponse, | ||
AsyncTranslationsResourceWithRawResponse, | ||
TranslationsResourceWithStreamingResponse, | ||
AsyncTranslationsResourceWithStreamingResponse, | ||
Translations, | ||
AsyncTranslations, | ||
TranslationsWithRawResponse, | ||
AsyncTranslationsWithRawResponse, | ||
TranslationsWithStreamingResponse, | ||
AsyncTranslationsWithStreamingResponse, | ||
) | ||
from .transcriptions import ( | ||
TranscriptionsResource, | ||
AsyncTranscriptionsResource, | ||
TranscriptionsResourceWithRawResponse, | ||
AsyncTranscriptionsResourceWithRawResponse, | ||
TranscriptionsResourceWithStreamingResponse, | ||
AsyncTranscriptionsResourceWithStreamingResponse, | ||
Transcriptions, | ||
AsyncTranscriptions, | ||
TranscriptionsWithRawResponse, | ||
AsyncTranscriptionsWithRawResponse, | ||
TranscriptionsWithStreamingResponse, | ||
AsyncTranscriptionsWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"TranscriptionsResource", | ||
"AsyncTranscriptionsResource", | ||
"TranscriptionsResourceWithRawResponse", | ||
"AsyncTranscriptionsResourceWithRawResponse", | ||
"TranscriptionsResourceWithStreamingResponse", | ||
"AsyncTranscriptionsResourceWithStreamingResponse", | ||
"TranslationsResource", | ||
"AsyncTranslationsResource", | ||
"TranslationsResourceWithRawResponse", | ||
"AsyncTranslationsResourceWithRawResponse", | ||
"TranslationsResourceWithStreamingResponse", | ||
"AsyncTranslationsResourceWithStreamingResponse", | ||
"AudioResource", | ||
"AsyncAudioResource", | ||
"AudioResourceWithRawResponse", | ||
"AsyncAudioResourceWithRawResponse", | ||
"AudioResourceWithStreamingResponse", | ||
"AsyncAudioResourceWithStreamingResponse", | ||
"Transcriptions", | ||
"AsyncTranscriptions", | ||
"TranscriptionsWithRawResponse", | ||
"AsyncTranscriptionsWithRawResponse", | ||
"TranscriptionsWithStreamingResponse", | ||
"AsyncTranscriptionsWithStreamingResponse", | ||
"Translations", | ||
"AsyncTranslations", | ||
"TranslationsWithRawResponse", | ||
"AsyncTranslationsWithRawResponse", | ||
"TranslationsWithStreamingResponse", | ||
"AsyncTranslationsWithStreamingResponse", | ||
"Audio", | ||
"AsyncAudio", | ||
"AudioWithRawResponse", | ||
"AsyncAudioWithRawResponse", | ||
"AudioWithStreamingResponse", | ||
"AsyncAudioWithStreamingResponse", | ||
] |
Oops, something went wrong.