Fatal error in Google Gemini custom v0.7.8 #8491
Unanswered
holasoygeorgee
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
v0.7.8 is not the latest version, please update: Updating Instructions (docker): |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When trying to use Google Gemini as a custom in the Yaml it works perfectly, but when trying to use tools an error occurs that crashes the entire app.
Version Information
I use the latest version in npm librechat v0.7.8
Steps to Reproduce
1.- I put my configuration in the yaml
custom:
- name: "google2"
apiKey: user_provided
baseURL: "https://generativelanguage.googleapis.com/v1beta"
models:
default: ["gemini-2.0-flash-exp"]
fetch: true
titleConvo: false
customParams:
defaultParamsEndpoint: 'google'
2.- I used the model and it responded perfectly until I used a tool and it crashed.
What browsers are you seeing the problem on?
google chrome
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions