Files
edward/.env
konjacpotato 756f871b4e
All checks were successful
Gitea Actions Demo / deploy (push) Successful in 29s
LLM config
2026-02-27 09:50:11 +08:00

20 lines
336 B
Bash

ENV=dev
DEBUG=true
# 日志配置
LOG_LEVEL=DEBUG
LOG_TYPE=console,file
LOG_FILE_PATH=logs
# 数据库配置
DB_HOST= 47.119.128.161 # 192.168.1.200
DB_PORT=19732
DB_USER=postgres
DB_PASS=postgres
DB_NAME=peter
# LLM配置
LLM_API_KEY=sk-c334321367e843e58faf39956fbb7304
LLM_MODEL=deepseek-v3.2
LLM_MAX_TOKENS=4096