Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# browsegrab

> [한국어 문서](README.ko.md) · [llms.txt](llms.txt)
Expand Down Expand Up @@ -174,6 +176,7 @@ BROWSEGRAB_BROWSER_TIMEOUT_MS=30000
BROWSEGRAB_LLM_PROVIDER=vllm # vllm | ollama | openai
BROWSEGRAB_LLM_BASE_URL=http://localhost:8000/v1
BROWSEGRAB_LLM_MODEL=Qwen/Qwen3.5-32B-AWQ
BROWSEGRAB_LLM_API_KEY=sk-... # Optional, required for OpenAI-compatible endpoints

# Agent
BROWSEGRAB_AGENT_MAX_STEPS=10
Expand Down