generated from CogitoNTNU/README-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Browser Use Module
William M Schmidt edited this page Feb 6, 2025
·
1 revision
- Returns the required secrets this module requires (API keys)
- Returns a simple "true" if alive
{
"task": "Task for the AI to complete using the browser",
"max_tries": "3",
"llm": "OpenAI",
}
-
max_tries:
-
int: The number of errors in a row before the browser agent cancels the operation.
-
llm_provider:
-
str: What provider or LLM model you want to use with the browser. Examples:
-
OpenAI
-
Anthropic
-
Gemini