-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Feature/sonix ai audio loader #1169
base: main
Are you sure you want to change the base?
Conversation
… but did not test it out cause the apikey needs enterprise subscription
if(!sonixAuthKey) return | ||
const cache = nodeData.inputs?.cache as BaseCache | ||
|
||
// const obj: Partial<SonixAiInput> = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant commented codes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed all redundant code and comments in the next commit.
Thank you for the review. This is my first open source contribution so please suggest me anything that i have to change to improve my open source journey.
… // removed audio filename as input thing and took from uploaded filename // removed unwanted code and comments
Added SonixAi node and credential in Codebase and are reflecting in Ui. But did not test it cause the subscription that is needed for api is enterprise subscription.