forked from test-zeus-ai/testzeus-hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-example
20 lines (17 loc) · 786 Bytes
/
.env-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LLM_MODEL_NAME=PUT YOUR MODEL NAME HERE, for example: gpt-4o, gpt-4o
LLM_MODEL_API_KEY=PUT YOUR MODEL API KEY HERE
# LLM_MODEL_BASE_URL=IF YOU ARE USING OpenAI, remove this line, otherwise add the base URL, for example: https://api.groq.com/openai/v1
# If you want to use json file for config (see sample agents_llm_config.json and the Readme)
# AGENTS_LLM_CONFIG_FILE=agents_llm_config.json
# AGENTS_LLM_CONFIG_FILE_REF_KEY=The key for the config stanza to use from the file
PROJECT_SOURCE_ROOT=folder where to save data.
# optional
# CDP_ENDPOINT_URL=ws://localhost:9222/devtools/browser/b12de40a-fc1c-4ebb-81d9-046e901f376d
TOKENIZERS_PARALLELISM=false
MODE=prod
HEADLESS=true
RECORD_VIDEO=false
TAKE_SCREENSHOTS=false
BROWSER_TYPE=chromium
CAPTURE_NETWORK=false
HF_HOME=./.cache