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
Just like Jupyter AI allows for custom providers: https://jupyter-ai.readthedocs.io/en/latest/developers/index.html#custom-model-providers
It would be great to let folks add other providers, using the JupyterLab extension mechanism.
Likely to be done after #35.
Provide a way to register a new provider with capabilities (chat / completion).
Maybe after #35 it should also show all the registered providers (core + from extensions).
The text was updated successfully, but these errors were encountered:
We could probably have a registry that should replace of the utils module, to set/get the providers.
utils
If I'm not mistaken, each provider should provides:
ai/src/llm-models/utils.ts
Line 78 in 43aa54c
In any case, it would be a nice improvement form the current state, that would clarify/centralize all the provider's accessors.
Sorry, something went wrong.
brichet
Successfully merging a pull request may close this issue.
Problem
Just like Jupyter AI allows for custom providers: https://jupyter-ai.readthedocs.io/en/latest/developers/index.html#custom-model-providers
It would be great to let folks add other providers, using the JupyterLab extension mechanism.
Proposed Solution
Likely to be done after #35.
Provide a way to register a new provider with capabilities (chat / completion).
Additional context
Maybe after #35 it should also show all the registered providers (core + from extensions).
The text was updated successfully, but these errors were encountered: