-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Is there a way to disable GPT-4 models? #378
Comments
There's an easy way of doing this, which would be to filter the models on the backend when the user issues a refresh (Update Models) request. In the OpenAI backend files, listModels function, a restriction could be applied. However, it's harder to link to an env variable, and may require code changes. Opinions? |
Wow, this works very well, just put some filtering logic within the switch statement for case openai and it worked. THanks! |
Glad to hear! Making it generic for everyone would require some work and documentation, so I'm happy that you can maintain a smaller patch in your branch. Are there other features you need to maintain on the branch? I can evaluate to see if some can be better done upstream to reduce the burden of maintaining them. Otherwise back to work, there is SO much on the roadmap! |
Thanks for the generosity. So far so good for now. |
Thanks. Closing as support for Auth requires a separate ticket. The tracking for Auth right now is #160 - we had experiments for Auth, but can't deploy it yet to the base product, as everyone will have to configure authentication backends for all of their Big-AGI installation. That said, I believe sooner rather than later we'll need it. In the meantime, take a look at docs/deploy-authentication.md |
And only allow calls to GPT-3.5. THX.
The text was updated successfully, but these errors were encountered: