You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sending params to endpoints that cannot receive said parameters on audio related endpoints from client audio functions.
Describe the solution you'd like
Essentially, each function should have it's own version of parameters to avoid sending params to endpoints that cannot receive said parameters.
Separate the client audio related functions aka translation and transcription into their own separate function signatures.
Each function should then have their own parameters to pass in instead of the generic AudioRequest one.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sending params to endpoints that cannot receive said parameters on audio related endpoints from client audio functions.
Describe the solution you'd like
Essentially, each function should have it's own version of parameters to avoid sending params to endpoints that cannot receive said parameters.
Separate the client audio related functions aka translation and transcription into their own separate function signatures.
Each function should then have their own parameters to pass in instead of the generic AudioRequest one.
The text was updated successfully, but these errors were encountered: