deprecated old intake folder

This commit is contained in:
serversdwn
2025-12-06 04:38:11 -05:00
parent 4acaddfd12
commit 8c914906e5
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# ====================================
# 📥 INTAKE SUMMARIZATION CONFIG
# ====================================
# Intake service parameters for summarizing chat exchanges
# LLM backend URLs and OPENAI_API_KEY inherited from root .env
SUMMARY_MODEL_NAME=/model
SUMMARY_API_URL=http://10.0.0.43:8000
SUMMARY_MAX_TOKENS=400
SUMMARY_TEMPERATURE=0.4
SUMMARY_INTERVAL=300
INTAKE_LOG_PATH=/app/logs/intake.log
INTAKE_LOG_LEVEL=info