diff --git a/README-EN.md b/README-EN.md index 8dd9fc3..eb2ad0d 100644 --- a/README-EN.md +++ b/README-EN.md @@ -59,7 +59,7 @@ From serious predictions to playful simulations, we let every "what if" see its ## 🎬 Demo Videos -### 1. Wuhan University Public Opinion Simulation +### 1. Wuhan University Public Opinion Simulation + MiroFish Project Introduction
@@ -107,7 +107,7 @@ cp .env.example .env
**Required Environment Variables:**
```env
-# LLM API Configuration (supports any LLM with OpenAI SDK format)
+# LLM API Configuration (supports any LLM API with OpenAI SDK format)
# Recommended: Alibaba Qwen-plus model via Bailian Platform: https://bailian.console.aliyun.com/
# High consumption, try simulations with fewer than 40 rounds first
LLM_API_KEY=your_api_key
@@ -132,7 +132,7 @@ Or install step by step:
# Install Node dependencies (root + frontend)
npm run setup
-# Install Python dependencies (auto-creates virtual environment)
+# Install Python dependencies (backend, auto-creates virtual environment)
npm run setup:backend
```
diff --git a/README.md b/README.md
index ebca0c9..eb49585 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ MiroFish 致力于打造映射现实的群体智能镜像,通过捕捉个体
## 🎬 演示视频
-### 1. 武汉大学舆情推演预测
+### 1. 武汉大学舆情推演预测 + MiroFish项目讲解
@@ -107,7 +107,7 @@ cp .env.example .env
**必需的环境变量:**
```env
-# LLM API配置(支持 OpenAI SDK 格式的任意 LLM)
+# LLM API配置(支持 OpenAI SDK 格式的任意 LLM API)
# 推荐使用阿里百炼平台qwen-plus模型:https://bailian.console.aliyun.com/
# 注意消耗较大,可先进行小于40轮的模拟尝试
LLM_API_KEY=your_api_key
@@ -132,7 +132,7 @@ npm run setup:all
# 安装 Node 依赖(根目录 + 前端)
npm run setup
-# 安装 Python 依赖(自动创建虚拟环境)
+# 安装 Python 依赖(后端,自动创建虚拟环境)
npm run setup:backend
```