-
Notifications
You must be signed in to change notification settings - Fork 139
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
Regression in handling of large model alias #996
Comments
Comment: To resolve this issue:
Here is a potential fix based on the above suggestions: modelAliases:
large: "google:gemini-exp-1206" Make sure that the provider name is correctly specified as a string. If the issue continues, please provide more details about the error message and any relevant configuration files for further assistance.
|
investigating |
I can repro : ) |
fixed by fd82b6b |
Using large model alias together with
genaiscript.config.yaml
was working fine, then broke around 1-2 weeks ago (do not recall specific version).Now with:
repro.genai.mjs
:and
genaiscript.config.yaml
:I get the following error:
Using vision alias works as expected but I cannot make large alias work.
Same error with:
The text was updated successfully, but these errors were encountered: