Spaces:
Running
Running
debug
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ guest_info_tool = Tool(
|
|
69 |
)
|
70 |
|
71 |
tools = [guest_info_tool]
|
72 |
-
chat_with_tools =
|
73 |
|
74 |
|
75 |
demo.launch()
|
|
|
69 |
)
|
70 |
|
71 |
tools = [guest_info_tool]
|
72 |
+
chat_with_tools = model.bind_tools(tools)
|
73 |
|
74 |
|
75 |
demo.launch()
|