mirror of
https://github.com/ruvnet/RuView
synced 2026-07-20 17:03:24 +00:00
407b46b206
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/.
18 lines
469 B
Bash
18 lines
469 B
Bash
# 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
|