How to configure librechat to librechat agents can use gemini models ? #6075
Unanswered
alvieirajr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
how is your google API key setup? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to configure librechat to librechat agents can use gemini models ?
My Gemini model was set on .env and works perfectly when I try the conventional chat. But, when i try to use my gemini models with librechat agents i got some problems on title chat generation. On
titleConvo()
method, inlibrechat/api/server/controllers/agents/client.js
file thethis.options.agent.provider
comes whithvertexai
as value. So when the titleConvo() method tryconst providerConfig = this.options.req.app.locals[this.options.agent.provider];
providerConfig
cames undefined.Since i don't found any vertexai entry on
this.options.req.app.locals
(there is only azureOpenAI, agents, azureAssistants) i'm thinking thats the problem can be mylibrechat.yaml
file. Since the .env will be deprecated need i put something referring to vertexai onlibrechat.yaml
file ?Beta Was this translation helpful? Give feedback.
All reactions