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