curry tang commited on
Commit
5ac4acf
1 Parent(s): 99464c1
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -12,17 +12,26 @@ pinned: false
12
 
13
  ## Starship 前端助手
14
 
 
 
 
 
 
 
15
  ### 安装
16
 
17
  使用 pip:
18
 
19
  pip install -r requirements.txt
20
 
21
- 使用 [rye](https://rye.astral.sh/):
22
 
23
  rye sync
24
  source .venv/bin/activate
25
 
 
 
 
26
 
27
  支持的模型:
28
  [![DeepSeek](https://img.shields.io/badge/LLM-DeepSeek-blue)](https://deepseek.com/)
@@ -34,3 +43,8 @@ pinned: false
34
 
35
  ![screenshot](screenshot.png)
36
 
 
 
 
 
 
 
12
 
13
  ## Starship 前端助手
14
 
15
+ ### 环境要求
16
+
17
+ 1. Python >= 3.11
18
+ 2. OpenRouter 需要翻墙,DeepSeek 和 Tongyi 不需要
19
+ 3. 对应平台的 `API_KEY`
20
+
21
  ### 安装
22
 
23
  使用 pip:
24
 
25
  pip install -r requirements.txt
26
 
27
+ 或者使用 [Rye](https://rye.astral.sh/):
28
 
29
  rye sync
30
  source .venv/bin/activate
31
 
32
+ 将环境变量 `.env` 复制一份改为 `.env.local`,并根据实际情况修改。
33
+ `.env.local` 中的环境变量会优先覆盖 `.env` 中的环境变量。
34
+
35
 
36
  支持的模型:
37
  [![DeepSeek](https://img.shields.io/badge/LLM-DeepSeek-blue)](https://deepseek.com/)
 
43
 
44
  ![screenshot](screenshot.png)
45
 
46
+ ### TODO
47
+
48
+ - [ ] 增加模型选择
49
+ - [ ] 多模态,解析图片和文档
50
+ - [ ] 增加更多预定义 agent