Connecting to Google Gemini #1249
michaelisvy
started this conversation in
General
Replies: 1 comment
-
See #1252 |
Beta Was this translation helpful? Give feedback.
0 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.
-
hello,
thanks a lot for the great work on Spring AI!
I have no issue to use Spring AI with OpenAI, but didn't manage to connect to Google Gemini.
Using OpenAI, I have this configuration:
Using Gemini, I only found this config from the Spring AI documentation:
spring.ai.vertex.ai.gemini.project-id=PROJECT_ID
spring.ai.vertex.ai.gemini.location=LOCATION
spring.ai.vertex.ai.gemini.chat.options.model=vertex-pro-vision
spring.ai.vertex.ai.gemini.chat.options.temperature=0.5
It doesn't tell me where to put the Google api key. What is the parameter for that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions