mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-30 12:33:57 +08:00
Add support for Google Gemini (thanks to @Azzedde) #5
This commit is contained in:
@@ -88,12 +88,13 @@
|
||||
"selector": {
|
||||
"api_provider": {
|
||||
"options": {
|
||||
"openai": "OpenAI (kompatibel)",
|
||||
"anthropic": "Anthropic (kompatibel)",
|
||||
"deepseek": "DeepSeek"
|
||||
}
|
||||
"openai": "OpenAI (compatible)",
|
||||
"anthropic": "Anthropic (compatible)",
|
||||
"deepseek": "DeepSeek",
|
||||
"gemini": "Google Gemini"
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"ask_question": {
|
||||
"name": "Frage stellen (HA Text AI)",
|
||||
|
||||
Reference in New Issue
Block a user