vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.12k stars 673 forks source link

fix: model name for gemini chat is hardcoded when no api-key is used #535

Open everdark opened 2 days ago

everdark commented 2 days ago

The current GoogleGeminiChat does not respect model_name when authenticating without api-key. This is a one-liner fix.