Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 13, 2024
1 parent 73cca93 commit 35c3f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/hal9/complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def complete_llama(completion, messages = [], tools = [], show = True):
if tool_calls:
tools = {func.__name__: func for func in tools}
for tool_call in tool_calls:
print("tool_call.function.arguments: " + tool_call.function.arguments)
messages.append({
"role": "assistant",
"tool_calls": [{
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.6.7"
version = "2.6.8"
description = ""
authors = ["Javier Luraschi <javier@hal9.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 35c3f59

Please sign in to comment.