-
Notifications
You must be signed in to change notification settings - Fork 244
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
"Provider is required when unknown models are used" but no way to set provider for gpt-4-turbo. #560
Comments
I got around this by monkeypatching https://github.com/AbanteAI/spice/blob/main/spice/models.py and adding a line for gpt-4-turbo
|
Sorry about that! I've added |
I think ideally this info would also be configurable and passed from the .mentatconfig.json as well! |
Hey @CarlQLange! Just pushed a PR that fixes this and lets you set the provider via config. Thanks for catching this! |
Thanks a bunch! |
Annoyingly because of Textual I can't even see the full traceback - I can't find where the error text is even generated in Mentat or in Spice.
My mentat_config.json:
Bit frustrating. Is there some way I should set this that I'm not seeing?
The text was updated successfully, but these errors were encountered: