diff --git a/pyproject.toml b/pyproject.toml index f23f7ac..741ca15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ full = [ ] amazon = ["boto3", "botocore", "anthropic"] anthropic = ["anthropic"] -gemini = ["google-generativeai"] +gemini = ["google-generativeai", "jsonref"] groq = ["groq"] ollama = ["openai"] openai = ["openai"]