mnotgod96 / AppAgent

AppAgent: Multimodal Agents as Smartphone Users, an LLM-based multimodal agent framework designed to operate smartphone apps.
https://appagent-official.github.io/
MIT License
4.84k stars 511 forks source link

使用通义千问模型,执行run.py输入描述后报错 #66

Open wiki918 opened 5 months ago

wiki918 commented 5 months ago

ERROR: an exception occurs while parsing the model response: list index out of range

Observation:

Task finished unexpectedly

Gekko-z commented 4 months ago

我也遇到了这个问题,改用qwen-vl-plus是有正常返回,但是在run的时候完全没办法正常复现learn的步骤。

wongwubin commented 4 months ago

遇到同样问题,可能是千问模型的返回结果不是期望的内容,代码解析时无法处理导致

EthanLeo-LYX commented 3 months ago

感觉还是因为Qwen-vl的指令跟随和多模态的理解方面能力不足吧