Jiaxuan Liu

Results 20 comments of Jiaxuan Liu

https://github.com/mnotgod96/AppAgent/issues/45 应该是显示器分辨率的问题,这个issue有解决方案

https://github.com/mnotgod96/AppAgent/issues/28#issuecomment-1881446921 可以尝试下手动优化下该按钮的文档,gpt4v有时候生成的文档可能不太准确

What speed are you referring to? If you think the time between each consecutive GPT-4V request is too long, you can reduce the REQUEST_INTERVAL (default to 10) in the config.yaml...

目前对异常保护确实没有做得很完备,这里的错误看上去是因为模型没有遵循prompt的指示输出“Decision”字段,导致正则匹配时没有匹配到而产生的数组越界

> > 目前对异常保护确实没有做得很完备,这里的错误看上去是因为模型没有遵循prompt的指示输出“Decision”字段,导致正则匹配时没有匹配到而产生的数组越界 > > 是不是因为通义千问的模型回复和gpt4的回复格式上不一样导致? 可以认为是通义千问的指令遵循能力比较弱,不能像GPT4V那样按照prompt给出的输出规范输出。例如这里的Decision是我要求模型必须输出的一个字段,但是通义千问没有遵循我的指令。

I believe there is something wrong with your ANDROID_XML_DIR setting. Where do the quotation marks around Phone Storage/sdcard come from? Normally the path would just be /sdcard/1.xml.

@mohitpawar473 check my latest reply here https://github.com/mnotgod96/AppAgent/issues/23#issuecomment-1879734053

Hi Daniel, According to the error traceback, it seems that the XML parser did not successfully read the file. Can you double-check if the XML file is dumped in your...

Also, try enabling the view attribute inspection in the developer options on your Android device to see if it helps

Make sure you have filled out the OPENAI_API_KEY in the config.yaml file and the key has access to GPT-4V.