mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-28 06:42:25 +02:00
18 lines
608 B
Bash
18 lines
608 B
Bash
# Default LiteLLM configuration routed through the proxy
|
|
LITELLM_MODEL=openai/gpt-4o-mini
|
|
LITELLM_PROVIDER=openai
|
|
|
|
# Proxy connection (override when running locally without Docker networking)
|
|
# Use http://localhost:10999 when accessing from the host
|
|
FF_LLM_PROXY_BASE_URL=http://llm-proxy:8080
|
|
|
|
# Virtual key issued by Bifrost or LiteLLM proxy for the task agent (bootstrap replaces the placeholder)
|
|
OPENAI_API_KEY=sk-proxy-default
|
|
|
|
# Upstream provider keys live inside the proxy container
|
|
# BIFROST_OPENAI_KEY=
|
|
# BIFROST_ANTHROPIC_KEY=
|
|
# BIFROST_GEMINI_KEY=
|
|
# BIFROST_MISTRAL_KEY=
|
|
# BIFROST_OPENROUTER_KEY=
|