Cursor 🔥
Cursor is a fork of VS Code. This allows us focus on making the best way to code with AI, while offering a familiar text editing experience. Cursor 是 VS Code 的一个分支,这让我们能够专注于利用 AI 提升编码体验,同时提供熟悉的文本编辑界面。
- 官方主页:https://www.cursor.com/
- 下载地址:主页下载
- 使用指南:https://docs.cursor.com/
效果演示
特性
https://www.cursor.com/features
AI 模型配置方法
参数修改
Api Key:前往 OpenAI 官网,或者第三方网站获取。
请求地址格式:
-
OpenAI 官方:
https://api.openai.com/v1/
-
第三方(示例):
https://api.zetatechs.com/v1
模型重定向:
由于 Cursor 会自动将 Claude 系列模型使用 Claude 官方接口,而本站使用的是 OpenAI 接口格式。
因此本站对相关模型进行了重定向,用户可使用下列重定向模型调用 Claude 系列模型:
相关模型重定向列表
{
"gpt-4-claude3.5-sonnet-20240620": "claude-3-5-sonnet-20240620",
"gpt-4-claude3.5-sonnet-20241022": "claude-3-5-sonnet-20241022",
"gpt-4-claude3-opus-20240229": "claude-3-opus-20240229",
"gpt-4-claude3-sonnet-20240229": "claude-3-sonnet-20240229",
"gpt-4-claude3-haiku-20240307": "claude-3-haiku-20240307",
"gpt-4-claude3.5-haiku-20241022": "claude-3-5-haiku-20241022"
}