Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jan 21, 2024
1 parent 0917b49 commit 52e5f96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ai/assistants/pdf_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_autonomous_pdf_assistant(
storage=pdf_assistant_storage,
knowledge_base=pdf_knowledge_base,
monitoring=True,
tool_calls=True,
use_tools=True,
show_tool_calls=True,
debug_mode=debug_mode,
description="You are a helpful assistant named 'phi' designed to answer questions about PDF contents.",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
# Linting and Formatting
"ruff",
# phidata
"phidata==2.3.2",
"phidata==2.3.3",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ numpy==1.26.3
openai==1.7.2
packaging==23.2
pgvector==0.2.4
phidata==2.3.2
phidata==2.3.3
pluggy==1.3.0
psycopg[binary]==3.1.17
psycopg-binary==3.1.17
Expand Down

0 comments on commit 52e5f96

Please sign in to comment.