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

请问人工输入完流程stop后,等待模型学习过程直接提示Resource not found 是什么原因? #29

Open who52023 opened 8 months ago

who52023 commented 8 months ago

京东app为例,报如下错误: Waiting for GPT-4V to generate documentation for the element androidx.recyclerview.widget.RecyclerView_1080_363_NewAppcenter_android.widget.RelativeLayout_204_161_2

Resource not found Documentation generation phase completed. 0 docs generated.

mnotgod96 commented 8 months ago

看起来像是gpt4v请求返回的错误信息,建议先unit test一下model.py里的ask_gpt4v,看看能不能跑通