Skip to content

Commit

Permalink
v2.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jun 10, 2024
1 parent a02a787 commit 6c8147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbook/assistants/research.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
The research Assistant searches for EXA for a topic
and writes an article in markdown format.
"""

from pathlib import Path
from textwrap import dedent
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phidata"
version = "2.4.19"
version = "2.4.20"
description = "Memory, knowledge and tools for LLMs."
requires-python = ">=3.7"
readme = "README.md"
Expand Down

0 comments on commit 6c8147d

Please sign in to comment.