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 May 26, 2024
1 parent 2771bb8 commit f591946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-cpp-agent"
version = "0.2.16"
version = "0.2.17"
description = "A framework for building LLM based AI agents with llama.cpp."

readme = "ReadMe.md"
Expand All @@ -26,7 +26,7 @@ email = "[email protected]"
[project.optional-dependencies]
agent_memory = ["chromadb", "SQLAlchemy", "numpy", "scipy"]
rag = ["ragatouille"]
vllm_provider = ["openai"]
vllm_provider = ["openai", "transformers", "sentencepiece", "protobuf"]
mixtral_agent = ["mistral-common"]
web_search = ["duckduckgo_search", "trafilatura", "lxml-html-clean", "lxml"]

Expand Down

0 comments on commit f591946

Please sign in to comment.