mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 14:50:16 +00:00
Merge pull request #54 from gabrielmotaa/fix/missing-dependency-gemini
Missing dependency when using Gemini
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ full = [
|
||||
]
|
||||
amazon = ["boto3", "botocore", "anthropic"]
|
||||
anthropic = ["anthropic"]
|
||||
gemini = ["google-generativeai"]
|
||||
gemini = ["google-generativeai", "jsonref"]
|
||||
groq = ["groq"]
|
||||
ollama = ["openai"]
|
||||
openai = ["openai"]
|
||||
|
||||
Reference in New Issue
Block a user