-
Notifications
You must be signed in to change notification settings - Fork 3
Sdk v1.0.1 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Sdk v1.0.1 #5
Conversation
This file contains hidden or 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
…er and speaker_name
… mappings for translation and TTS services, translation, this models allow to have control on incoming data, having a full control on input and output
…ervice through their attribute
…aming or not streaming behavor
…treaming for v2, v1 does not support streaming
…so for the code quality check action
Implement as a developer guide and test script, showcasing all Djelia SDK services (translation, transcription, TTS, streaming, and parallel operations). Fully utilize synchronous and asynchronous clients, with robust error handling and configuration. Serve as a modular, production-ready example for real-world applications.
Implement cookbook.py as a developer guide and test script, showcasing all Djelia SDK services (translation, transcription, TTS, streaming, and parallel operations). Fully utilize synchronous and asynchronous clients with robust error handling and .env configuration for real-world applications.
…nd how every single implemention in the sdk, use all features, async async, stream no stream, like like a complete lesson on how to use the sdk
… to write clean code
Code quality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title: Introduce New Version of Djelia Python SDK with Enhanced Features and Documentation
Description:
This pull request delivers a significant update to the Djelia Python SDK, bringing a new version with configuration settings, core services, and comprehensive documentation. The changes include a robust test suite, improved code quality, and a developer workshop, but the weight of ensuring everything works flawlessly feels daunting, and I’m certain there are still rough edges.
Notes: This version feels like a step forward, but the complexity of async operations and streaming makes me doubt its stability. The configuration settings (speaker_id, base URL, default speaker) work as intended, but I’m anxious about undocumented edge cases. Please review thoroughly and report issues to @sudoping01, as noted in the workshop. I hope this helps, but it’s hard to feel confident when there’s always more to fix.
Thanks for your time.