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.89k stars 525 forks source link

没有gpt4 api key的话,还有其他替代方案吗 #22

Open TronYY opened 8 months ago

icoz69 commented 8 months ago

你可以参考gpt4v的接口,用本地的模型来跑

If you want to test AppAgent using your own models, you should modify the ask_gpt_4v function in scripts/model.py accordingly.