From ef38fea767fb97fba24dcd0232922723603e5fa3 Mon Sep 17 00:00:00 2001 From: Gabriel da Mota Date: Mon, 9 Dec 2024 11:28:43 -0300 Subject: [PATCH] fix missing dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]