-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add Gemini LLM #11736
Add Gemini LLM #11736
Conversation
Unrelated red fetcher test fixed in #11737 |
Chat model and API key are not yet persistent. Each time I open the preferences, I see them being reset to nothing. I found this through InAnYan#186 |
I also triggered this error message when switching from AI provider "mistral AI" to "Gemini":
|
TODO: ADD PRIVACY POLICY OF GOOGLE AI |
Privacy Policy added. Bugs fixed |
# Conflicts: # build.gradle
@@ -44,6 +44,15 @@ | |||
</Text> | |||
</children> | |||
</TextFlow> | |||
<TextFlow fx:id="geminiPrivacyTextFlow"> | |||
<children> | |||
<Text text="%If you have chosen the Google Gemini as AI provider, the privacy policy of Google Gemini applies. You find it at %0."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we unify the l10n here and add the name of the AI provider as a parameter as well?
If you have chosen %0 as AI provider, the privacy policy of Google Gemini applies. You find it at %1.">
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to review |
Mandatory checks
- [ ] Change inCHANGELOG.md
described in a way that is understandable for the average user (if applicable)- [ ] Tests created for changes (if applicable)- [ ] Screenshots added in PR description (for UI changes)