Update src/txagent/txagent.py
Browse files- src/txagent/txagent.py +0 -1
src/txagent/txagent.py
CHANGED
@@ -719,7 +719,6 @@ Generate **one summarized sentence** about "function calls' responses" with nece
|
|
719 |
function_response=function_response,
|
720 |
temperature=0.1,
|
721 |
max_new_tokens=1024,
|
722 |
-
run_gradio_chat
|
723 |
max_token=99999
|
724 |
)
|
725 |
|
|
|
719 |
function_response=function_response,
|
720 |
temperature=0.1,
|
721 |
max_new_tokens=1024,
|
|
|
722 |
max_token=99999
|
723 |
)
|
724 |
|