Open xiaxiuli opened 1 month ago
运行 examples/assistant_rag.py app_gui(),点击提交按钮后, 提示SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON 已经 pip install -U "qwen-agent[rag,code_interpreter,python_executor,gui]",qwen-agent==0.10.0, gradio==4.21.0, gradio_client==0.12.0
同样的问题
我也是,运行examples/tir_math.py app_gui() 点击提交按钮后, 提示SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON
pip install --upgrade gradio 我通过更新gradio解决了
运行 examples/assistant_rag.py app_gui(),点击提交按钮后, 提示SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON 已经 pip install -U "qwen-agent[rag,code_interpreter,python_executor,gui]",qwen-agent==0.10.0, gradio==4.21.0, gradio_client==0.12.0