starship / README.md
curry tang
update
5ac4acf
|
raw
history blame
1.05 kB
---
title: startship
emoji: 👁
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 4.38.1
app_file: app.py
pinned: false
---
## Starship 前端助手
### 环境要求
1. Python >= 3.11
2. OpenRouter 需要翻墙,DeepSeek 和 Tongyi 不需要
3. 对应平台的 `API_KEY`
### 安装
使用 pip:
pip install -r requirements.txt
或者使用 [Rye](https://rye.astral.sh/):
rye sync
source .venv/bin/activate
将环境变量 `.env` 复制一份改为 `.env.local`,并根据实际情况修改。
`.env.local` 中的环境变量会优先覆盖 `.env` 中的环境变量。
支持的模型:
[![DeepSeek](https://img.shields.io/badge/LLM-DeepSeek-blue)](https://deepseek.com/)
[![通义](https://img.shields.io/badge/LLM-Tongyi-blue)](https://dashscope.aliyun.com/)
[![OpenRouter](https://img.shields.io/badge/LLM-OpenRouter-blue)](https://openrouter.ai/)
### 屏幕截图
![screenshot](screenshot.png)
### TODO
- [ ] 增加模型选择
- [ ] 多模态,解析图片和文档
- [ ] 增加更多预定义 agent