-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shriyansh Agnihotri
committed
Jan 14, 2025
1 parent
3d5fb50
commit 86981ec
Showing
29 changed files
with
294 additions
and
845 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
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=false | ||
RECORD_VIDEO=false | ||
TAKE_SCREENSHOTS=true | ||
BROWSER_TYPE=chromium | ||
CAPTURE_NETWORK=true | ||
HF_HOME=./.cache | ||
# select the device from this file https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json | ||
# RUN_DEVICE="iPhone 15 Pro Max" | ||
# GEO_API_KEY= | ||
# GEO_PROVIDER=maps_co | ||
|
||
# LOAD_EXTRA_TOOLS=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.