Skip to content
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

/ai/generate-voice Support #44

Merged
merged 14 commits into from
Mar 31, 2024
Merged

/ai/generate-voice Support #44

merged 14 commits into from
Mar 31, 2024

Conversation

sudoskys
Copy link
Member

No description provided.

Function now correctly clips text if token limit is exceeded.
Added a script to generate a synthetic voice from text using NovelAI API.
Added a script to generate a synthetic voice from text using NovelAI API.
- Added VoiceGenerate class with necessary attributes and methods
- Included model validation for seed and voice
- Implemented necessary_headers method for request headers
- Added build method to create VoiceGenerate instance
- Implemented request method for making API calls to generate voice
- Added VoiceSpeakerV1 and VoiceSpeakerV2 enums for speaker options
Add VoiceGenerate and VoiceResponse classes in sdk for voice generation.
Add VoiceGenerate and VoiceResponse classes in sdk for voice generation.
@sudoskys sudoskys changed the title Update to support python 3.8 /ai/generate-voice Support Mar 31, 2024
Added a new test file to cover the functionality of making a voice
generation request using the NovelAI Python SDK. The test includes
setting up a mock response and asserting the expected result.
@sudoskys sudoskys merged commit 5594959 into main Mar 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant