-
Notifications
You must be signed in to change notification settings - Fork 134
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
Ollama - Standardize meta
#1305
Comments
Hello! Please explain better what the problem is... Is related to the |
Exactly! its the Thanks for your quick response! |
In short, we should do something like the following, both for Lines 319 to 325 in 1ce24ce
|
Ugh. I can take this over, but it won't be pretty. Unfortunately, switching to the Ollama Python library might have been a "regression" because we have effectively locked ourselves out of having 1:1 parity with OpenAI response objects. The best we would be able to do using Ollama's API is:
compared to OpenAI API's response:
But then again at this point we start diverging from the "Ollama API" and some users might expect the Ollama API. Let me know what you think the best path forward is and I can make a PR @anakin87. |
Is your feature request related to a problem? Please describe.
No, its for enhancement for already working thing
Describe the solution you'd like
So i want to request if possible to make the output of Every Generator is Standardize to one Ouput type
I was working with OpenAI Generator all the time, and i want to use Ollama Generator now, the problem is the Ouput type is different and made an error on metadata output (response already good).
Thanks!
The text was updated successfully, but these errors were encountered: