AppAgent 开源项目解读


theme: channing-cyan
highlight: a11y-dark

开源地址:https://github.com/mnotgod96/AppAgent

项目结构

AppAgent 开源项目解读_第1张图片
核心模块script,我们通过script完成主要操作

项目配置

当前项目采用GPT4模型作为LLM引擎。

AppAgent 开源项目解读_第2张图片

OPENAI_API_BASE: "https://api.openai.com/v1/chat/completions"
OPENAI_API_KEY: "sk-"  # Set the value to sk-xxx if you host the openai interface for open llm model
OPENAI_A

你可能感兴趣的:(人工智能,LLM开发,python,llama,语言模型)