aroniscunt/Browser_Web_UI_Automation
0
1OPENAI_ENDPOINT=https://api.openai.com/v1
2OPENAI_API_KEY=
3
4ANTHROPIC_API_KEY=
5ANTHROPIC_ENDPOINT=https://api.anthropic.com
6
7GOOGLE_API_KEY=
8
9AZURE_OPENAI_ENDPOINT=
10AZURE_OPENAI_API_KEY=
11AZURE_OPENAI_API_VERSION=2025-01-01-preview
12
13DEEPSEEK_ENDPOINT=https://api.deepseek.com
14DEEPSEEK_API_KEY=
15
16MISTRAL_API_KEY=
17MISTRAL_ENDPOINT=https://api.mistral.ai/v1
18
19OLLAMA_ENDPOINT=http://localhost:11434
20
21ALIBABA_ENDPOINT=https://dashscope.aliyuncs.com/compatible-mode/v1
22ALIBABA_API_KEY=
23
24MOONSHOT_ENDPOINT=https://api.moonshot.cn/v1
25MOONSHOT_API_KEY=
26
27UNBOUND_ENDPOINT=https://api.getunbound.ai
28UNBOUND_API_KEY=
29
30SiliconFLOW_ENDPOINT=https://api.siliconflow.cn/v1/
31SiliconFLOW_API_KEY=
32
33IBM_ENDPOINT=https://us-south.ml.cloud.ibm.com
34IBM_API_KEY=
35IBM_PROJECT_ID=
36
37GROK_ENDPOINT="https://api.x.ai/v1"
38GROK_API_KEY=
39
40#set default LLM
41DEFAULT_LLM=openai
42
43
44# Set to false to disable anonymized telemetry
45ANONYMIZED_TELEMETRY=false
46
47# LogLevel: Set to debug to enable verbose logging, set to result to get results only. Available: result | debug | info
48BROWSER_USE_LOGGING_LEVEL=info
49
50# Browser settings
51BROWSER_PATH=
52BROWSER_USER_DATA=
53BROWSER_DEBUGGING_PORT=9222
54BROWSER_DEBUGGING_HOST=localhost
55# Set to true to keep browser open between AI tasks
56KEEP_BROWSER_OPEN=true
57USE_OWN_BROWSER=false
58BROWSER_CDP=
59# Display settings
60# Format: WIDTHxHEIGHTxDEPTH
61RESOLUTION=1920x1080x24
62# Width in pixels
63RESOLUTION_WIDTH=1920
64# Height in pixels
65RESOLUTION_HEIGHT=1080
66
67# VNC settings
68VNC_PASSWORD=youvncpassword
69 