wifi-densepose/vendor/midstream/.env.example

18 lines
469 B
Plaintext

# OpenAI API Configuration
OPENAI_API_KEY=sk-your-openai-api-key-here
OPENAI_REALTIME_MODEL=gpt-4o-realtime-preview-2024-10-01
# Agentic Flow Proxy Configuration
AGENTIC_FLOW_PROXY_URL=https://api.agenticflow.com/v1
AGENTIC_FLOW_API_KEY=your-agentic-flow-key-here
# MidStream Server Configuration
MIDSTREAM_WS_PORT=3001
MIDSTREAM_SSE_PORT=3002
MIDSTREAM_MCP_PORT=3003
# Logging and Performance
LOG_LEVEL=info
ENABLE_PERFORMANCE_METRICS=true
MAX_RECONNECT_ATTEMPTS=5