ai-dev-system / api /app /config.py
42hgyn26hz-cpu
Initial commit
4f4aa9b
raw
history blame contribute delete
166 Bytes
CODE_MODEL_URL = "http://vllm-code:8000/v1/chat/completions"
REASON_MODEL_URL = "http://vllm-reason:8000/v1/chat/completions"
REDIS_HOST = "redis"
REDIS_PORT = 6379