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
Currently samples are configured for specific vendors.
We have examples for an OpenAI. Other set of examples for Gemini, other for mistral etc.
But many samples are similar between models.
So we should implement an additional param which user could pass when running examples to specify vendor to use.
And of course, adjust samples to use many vendors where posiible.
Thanks to that we won't have to many similar examples in repo, what could confuse end developers.
The text was updated successfully, but these errors were encountered:
Currently samples are configured for specific vendors.
We have examples for an OpenAI. Other set of examples for Gemini, other for mistral etc.
But many samples are similar between models.
So we should implement an additional param which user could pass when running examples to specify vendor to use.
And of course, adjust samples to use many vendors where posiible.
Thanks to that we won't have to many similar examples in repo, what could confuse end developers.
The text was updated successfully, but these errors were encountered: