We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df0e63 commit 71e20d2Copy full SHA for 71e20d2
.env.example
@@ -34,6 +34,9 @@ IBM_ENDPOINT=https://us-south.ml.cloud.ibm.com
34
IBM_API_KEY=
35
IBM_PROJECT_ID=
36
37
+#set default LLM
38
+DEFAULT_LLM=openai
39
+
40
# Set to false to disable anonymized telemetry
41
ANONYMIZED_TELEMETRY=false
42
@@ -47,6 +50,7 @@ BROWSER_DEBUGGING_PORT=9222
47
50
BROWSER_DEBUGGING_HOST=localhost
48
51
# Set to true to keep browser open between AI tasks
49
52
KEEP_BROWSER_OPEN=true
53
+USE_OWN_BROWSER=false
54
BROWSER_CDP=
55
# Display settings
56
# Format: WIDTHxHEIGHTxDEPTH
0 commit comments