HyperCluster/Fara-BrowserUse
5
1# Backend Environment Variables
2
3# FARA Model Configuration
4FARA_MODEL_NAME=microsoft/Fara-7B
5FARA_ENDPOINT_URL=https://your-workspace--fara-vllm-serve.modal.run/v1
6FARA_API_KEY=not-needed
7
8# Modal Proxy Auth Configuration
9# These credentials are used for BOTH the vLLM endpoint AND trace storage
10# Create a Proxy Auth Token at: https://modal.com/settings/proxy-auth-tokens
11MODAL_TOKEN_ID=wk-xxxxxxxx
12MODAL_TOKEN_SECRET=ws-xxxxxxxx
13
14# Modal Trace Storage Endpoint URL
15# Get the URL from `modal deploy backend/modal_fara_vllm.py`
16MODAL_TRACE_STORAGE_URL=https://your-workspace--fara-vllm-store-trace.modal.run
17 