group-wbl/README.md
2026-01-08 14:11:42 +08:00

26 lines
470 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 运行说明
## 方法一:使用虚拟环境
1. 激活虚拟环境:
```bash
source .venv/bin/activate
```
2. 运行脚本:
```bash
python main.py
```
## 方法二:直接使用虚拟环境的 Python 解释器
```bash
.venv/bin/python main.py
```
## 注意事项
- `.env` 文件已包含 DeepSeek API Key无需修改
- 虚拟环境中已安装所有必要的依赖包openai、dotenv 等)
- 确保在 `test` 目录下运行命令