Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed Jun 12, 2024
1 parent 0c0fb5d commit dbea98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ agent_memory = ["chromadb", "SQLAlchemy", "numpy", "scipy"]
rag = ["ragatouille"]
vllm_provider = ["openai", "transformers", "sentencepiece", "protobuf"]
mixtral_agent = ["mistral-common"]
web_search = ["duckduckgo_search", "trafilatura", "lxml-html-clean", "lxml", "googlesearch-python" , "beautifulsoup4", "readability-lxml"]
web_search_summarization = ["duckduckgo_search", "trafilatura", "lxml-html-clean", "lxml", "googlesearch-python" , "beautifulsoup4", "readability-lxml"]

[project.urls]
Homepage = "https://github.com/Maximilian-Winter/llama-cpp-agent"
Expand Down

0 comments on commit dbea98a

Please sign in to comment.