Skip to content
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

Add ability to unregister / not load default OpenAI plugin #671

Open
bcongdon opened this issue Dec 12, 2024 · 1 comment
Open

Add ability to unregister / not load default OpenAI plugin #671

bcongdon opened this issue Dec 12, 2024 · 1 comment

Comments

@bcongdon
Copy link

It would be great if there was an option to unload (or not load in the first place) the default openAI plugin.

For example, LLM_LOAD_PLUGINS='' could not load the default OpenAI models.

The use case for this is that I want to provide a plugin which offers the same model names as the OpenAI plugin, but from a plugin I provide. We have a heavily customized mechanism of proxying to OpenAI, which is not amenable to using the default plugin.

@rhdunn
Copy link

rhdunn commented Dec 18, 2024

My use case is that I have no intention of running any of the OpenAI models as I only use local models and don't want to clutter the model list with other models. It will also help avoiding selecting an OpenAI model by mistake and then getting an API key error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants