Merge pull request #54 from gabrielmotaa/fix/missing-dependency-gemini

Missing dependency when using Gemini
This commit is contained in:
2024-12-10 17:28:55 -05:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ full = [
]
amazon = ["boto3", "botocore", "anthropic"]
anthropic = ["anthropic"]
gemini = ["google-generativeai"]
gemini = ["google-generativeai", "jsonref"]
groq = ["groq"]
ollama = ["openai"]
openai = ["openai"]