Jpdate pytoml

This commit is contained in:
KaifAhmad1
2025-12-27 23:32:33 +05:30
parent 94ddcc4d33
commit 2ecebf1003
+6 -1
View File
@@ -85,6 +85,8 @@ dependencies = [
"pydantic>=2.0.0",
"fastmcp>=0.1.0",
"groq>=0.4.0",
"openai>=1.0.0",
"litellm>=1.0.0",
"click>=8.1.0",
"rich>=12.5.0",
"tqdm>=4.64.0",
@@ -169,8 +171,11 @@ llm-anthropic = [
llm-ollama = [
"ollama>=0.1.0"
]
llm-litellm = [
"litellm>=1.0.0"
]
llm-all = [
"semantica[llm-openai,llm-gemini,llm-groq,llm-anthropic,llm-ollama]"
"semantica[llm-openai,llm-gemini,llm-groq,llm-anthropic,llm-ollama,llm-litellm]"
]
models-huggingface = [
"transformers>=4.20.0",