We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to return the exact generation parameters passed to the model so that client can be accurate.
At least for LLMs and Img AI, maybe for TTS but doesn't seem necessary for STT (maybe if we ever add another client).
The text was updated successfully, but these errors were encountered:
I don't think it's necessary to return the info object as a string, needing to parse the JSON.
Sorry, something went wrong.
Didn't test thoroughly but it seems like this is in, for LLMs and Img. Do need to change Img param "info" -> "params" for consistency.
No branches or pull requests
Need to return the exact generation parameters passed to the model so that client can be accurate.
At least for LLMs and Img AI, maybe for TTS but doesn't seem necessary for STT (maybe if we ever add another client).
The text was updated successfully, but these errors were encountered: