Replies: 1 comment
-
|
I missed this, but we recently did this with #219 and #273, which lay the groundwork for the latter type of endpoint. Edit: if we were to do the former, I'd be tempted to just expose the client method on the providers, which provides a configured Http client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would you consider a PR to add support for calling custom provider endpoints?
For example getting installed Ollama models:
https://github.com/ollama/ollama/blob/main/docs/api.md#list-local-models
We could start with simple calls like:
Or, if you would consider supporting full provider functionality:
This could be a little more than unifying different provider text generation, but it would remove the need to install other packages to be able to communicate with AI providers.
Beta Was this translation helpful? Give feedback.
All reactions