feat: 初始化基于国产开源大模型的AI Scientist自进化科研发现引擎工程

This commit is contained in:
Chen Xiao
2026-08-14 08:23:30 +08:00
commit 6f4d408fbb
26 changed files with 2997 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 通用 OpenAI 规范 API 配置 (默认 Qwen 通义千问/百炼系列 或 DeepSeek)
API_KEY=your_api_key_here
BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
DEFAULT_MODEL=qwen3.7-max
# 项目配置
LOG_LEVEL=INFO
DATA_DIR=./data
OUTPUT_DIR=./outputs