feat: Add Google AI provider and template

This commit is contained in:
Petr Mironychev
2025-02-25 14:14:48 +01:00
parent 1b06a651f0
commit 7ba615a72d
16 changed files with 524 additions and 47 deletions

View File

@ -27,7 +27,7 @@ enum class ProviderID {
OpenAI,
OpenAICompatible,
MistralAI,
OpenRouter
OpenRouter,
GoogleAI
};
}