fix missing dependency

This commit is contained in:
Gabriel da Mota
2024-12-09 11:28:43 -03:00
parent 9ae9a2703a
commit ef38fea767
+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"]