mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-18 03:57:06 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ec81568f7 | ||
|
|
c6109ec2cf | ||
|
|
be53be943a | ||
|
|
e490edede6 | ||
|
|
553def7143 | ||
|
|
d1dee196fc | ||
|
|
2395c364c5 | ||
|
|
3e543a6cab | ||
|
|
98db5046b6 | ||
|
|
55ee70ab21 | ||
|
|
5192a3417f | ||
|
|
a53d10b9b3 | ||
|
|
690edfa985 | ||
|
|
69119b1a39 | ||
|
|
c6113cd4a8 | ||
|
|
1242346404 | ||
|
|
89898a602e | ||
|
|
cf1332aaa0 | ||
|
|
f50c855083 | ||
|
|
2138bb0521 | ||
|
|
fef84da85e | ||
|
|
9e6c29b13e | ||
|
|
ee10eaeba7 |
@@ -1,6 +1,50 @@
|
|||||||
上下文压缩
|
## 为什么做这个项目
|
||||||
文件 patch
|
|
||||||
支持自动更新(需要代理)
|
公司喜欢把 Agent 服务与模型绑定在一起,让用户只能在指定模型、指定订阅和指定计费方式下使用工具。
|
||||||
模型配置支持检测
|
|
||||||
提示词优化
|
我希望打破这种绑定关系:模型应该可以自由选择。开发者应该能够把自己的模型 API 接入到任何 IDE、Chat、Agent 或开发工具中,也可以自托管整套服务,避免被单一平台锁定。
|
||||||
支持模型名称相同
|
|
||||||
|
这个项目的目标,是让模型选择权重新回到用户手里。
|
||||||
|
|
||||||
|
## 路线图
|
||||||
|
|
||||||
|
[正式版路线图](https://github.com/leookun/cursor-byok/discussions/32)
|
||||||
|
[详细使用教程](https://dcne38qm5vlg.feishu.cn/wiki/JeP7wdGnziBXuikNaF5czWbrn8c)
|
||||||
|
|
||||||
|
|
||||||
|
注:正式版发布后的不久,本代码库将会全面开源,并迎来更多有趣的工具,local-first是我们的终极目标
|
||||||
|
|
||||||
|
## 后续
|
||||||
|
|
||||||
|
后续会继续扩展更多工具和使用场景,包括但不限于:
|
||||||
|
|
||||||
|
- 支持更多 IDE 接入
|
||||||
|
- 支持更多 Chat 类应用
|
||||||
|
- 支持更多 Agent 工具和工作流
|
||||||
|
- 提供更完善的自托管部署方式
|
||||||
|
- 持续优化不同模型 API 的兼容性
|
||||||
|
- 降低接入成本,让已有模型额度可以被更充分地利用
|
||||||
|
|
||||||
|
最终希望做到:让你的模型 API 可以自由接入到你想使用的任何工具中。
|
||||||
|
|
||||||
|
|
||||||
|
## 截图
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img width="820" alt="image" src="https://github.com/user-attachments/assets/2e1710b0-cdbd-4576-bd24-1614df016219" />
|
||||||
|
|
||||||
|
<img width="820" alt="image" src="https://github.com/user-attachments/assets/00885453-6a91-4052-aadf-f686daeec881" />
|
||||||
|
|
||||||
|
<img width="820" alt="image" src="https://github.com/user-attachments/assets/a607be84-a738-4e33-9750-13352e74001c" />
|
||||||
|
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
<a href="https://www.star-history.com/?repos=leookun%2Fcursor-byok&type=timeline&legend=top-left">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=leookun/cursor-byok&type=timeline&theme=dark&legend=top-left" />
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=leookun/cursor-byok&type=timeline&legend=top-left" />
|
||||||
|
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=leookun/cursor-byok&type=timeline&legend=top-left" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user