Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODEL: "OpenAI" # The type of multi-modal LLM you would like to use to power the AppAgent, must be either OpenAI or Qwen

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_API_MODEL: "gpt-4-vision-preview" # The only OpenAI model by now that accepts visual input
OPENAI_API_BASE: "https://api.minimax.io/v1/chat/completions" # MiniMax global endpoint; use https://api.minimaxi.com/v1/chat/completions for CN.
OPENAI_API_KEY: "sk-" # Set the value to sk-xxx if you host the OpenAI-compatible interface for a local model
OPENAI_API_MODEL: "MiniMax-M3" # MiniMax multimodal model with visual input support
MAX_TOKENS: 300 # The max token limit for the response completion
TEMPERATURE: 0.0 # The temperature of the model: the lower the value, the more consistent the output of the model
REQUEST_INTERVAL: 10 # Time in seconds between consecutive GPT-4V requests
REQUEST_INTERVAL: 10 # Time in seconds between consecutive MiniMax requests

DASHSCOPE_API_KEY: "sk-" # The dashscope API key that gives you access to Qwen-VL model
QWEN_MODEL: "qwen-vl-max"
Expand All @@ -16,4 +16,4 @@ ANDROID_XML_DIR: "/sdcard" # Set the directory on your Android device to store
DOC_REFINE: false # Set this to true will make the agent refine existing documentation based on the latest demonstration; otherwise, the agent will not regenerate a new documentation for elements with the same resource ID.
MAX_ROUNDS: 20 # Set the round limit for the agent to complete the task
DARK_MODE: false # Set this to true if your app is in dark mode to enhance the element labeling
MIN_DIST: 30 # The minimum distance between elements to prevent overlapping during the labeling process
MIN_DIST: 30 # The minimum distance between elements to prevent overlapping during the labeling process