Skip to content

Commit

Permalink
drop DDG as it's failing a lot lately
Browse files Browse the repository at this point in the history
  • Loading branch information
doncamilom committed Dec 7, 2023
1 parent dda5667 commit 273bc2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chemcrow/agents/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def make_tools(

all_tools = agents.load_tools([
"python_repl",
"ddg-search",
# "ddg-search",
"wikipedia",
#"human"
# "human"
])

all_tools += [
Expand Down
4 changes: 3 additions & 1 deletion chemcrow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.3.15"
"""Package version"""

__version__ = "0.3.18"

0 comments on commit 273bc2c

Please sign in to comment.