Skip to content

Commit 71e20d2

Browse files
committed
fix: set default LLM and update browser settings in .env.example
1 parent 6df0e63 commit 71e20d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ IBM_ENDPOINT=https://us-south.ml.cloud.ibm.com
3434
IBM_API_KEY=
3535
IBM_PROJECT_ID=
3636

37+
#set default LLM
38+
DEFAULT_LLM=openai
39+
3740
# Set to false to disable anonymized telemetry
3841
ANONYMIZED_TELEMETRY=false
3942

@@ -47,6 +50,7 @@ BROWSER_DEBUGGING_PORT=9222
4750
BROWSER_DEBUGGING_HOST=localhost
4851
# Set to true to keep browser open between AI tasks
4952
KEEP_BROWSER_OPEN=true
53+
USE_OWN_BROWSER=false
5054
BROWSER_CDP=
5155
# Display settings
5256
# Format: WIDTHxHEIGHTxDEPTH

0 commit comments

Comments
 (0)