add README.md and update AGENTS.md

This commit is contained in:
2026-04-13 01:03:49 +08:00
parent a4b6e31a40
commit c269a57588
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# 数据库配置(外部服务)
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=123456
DB_NAME=recipe_tools
# AI 翻译配置
AI_API_KEY=your_api_key_here
AI_BASE_URL=https://api.openai.com/v1
AI_MODEL=gpt-3.5-turbo