DocUA's picture
add .env
f498669
raw
history blame
345 Bytes
OPENAI_API_KEY=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
MODEL_NAME=gpt-4o-mini
# Application Settings
LOG_LEVEL=INFO
MEMORY_TYPE=sqlite
MEMORY_URI=:memory:
# Hospital Configuration
HOSPITAL_NAME=Example Hospital
TOTAL_BEDS=300
DEPARTMENTS=ER,ICU,General,Surgery,Pediatrics
# Development Settings
DEBUG=False
ENVIRONMENT=production