You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ErrorDetecting/backend/.env

12 lines
384 B

DATABASE_URL=postgresql+asyncpg://postgres:n7mdf4c5@dbconn.sealoshzh.site:38596/hadoop_fault_db
DB_HOST=dbconn.sealoshzh.site
DB_PORT=38596
DB_NAME=hadoop_fault_db
DB_USER=postgres
DB_PASSWORD=n7mdf4c5
LLM_PROVIDER=siliconflow
LLM_API_KEY=sk-nmycwvibqotsoykzyxudcexkxwkechzdglksiynrkwfgwyqx
LLM_ENDPOINT=https://api.siliconflow.cn/v1
LLM_MODEL=deepseek-ai/DeepSeek-V3
LLM_TIMEOUT=300