cursor-vip update

This commit is contained in:
kingparks@jeter.eu.org
2024-12-16 15:30:51 +08:00
parent 264ab42ebe
commit 8633f94264
7 changed files with 44 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ cursor-vip
--- ---
### How to use custom models
[Gemini 2.0](docs/models-gemini-2.0_CN.md)
---
### Q & A ### Q & A
[Q & A](docs/Q&A.md) [Q & A](docs/Q&A.md)

View File

@@ -49,6 +49,11 @@ cursor-vip
--- ---
### 如何使用自定义模型
[Gemini 2.0](docs/models-gemini-2.0_CN.md)
---
### 提问与回答 ### 提问与回答
[提问与回答](docs/Q&A_CN.md) [提问与回答](docs/Q&A_CN.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

17
docs/models-gemini-2.0.md Normal file
View File

@@ -0,0 +1,17 @@
### Gemini-2.0 Model
> 🌐️ English | [中文](models-gemini-2.0_CN.md)
Google recently released their latest large model Gemini 2.0, which is twice as fast as before, and as long as you become a developer, you can use the gemini-2.0-flash-exp model for free through the API.
#### step 1: Create "Google AI Studio API" Key
访问 [Google AI Studio](https://aistudio.google.com/app/apikey) 点击创建 API 密钥。
#### step 2: Set "Google API Key" in Cursor
![img.png](img/models-gemini-2.0-1.png)
#### step 3: Add the gemini-2.0-flash-exp model in Cursor settings
![img.png](img/models-gemini-2.0-2.png)
#### step 4: Use the gemini-2.0-flash-exp model in Cursor
![img.png](img/models-gemini-2.0-3.png)

View File

@@ -0,0 +1,17 @@
### Gemini-2.0 模型
> 🌐️ 中文 | [English](models-gemini-2.0.md)
谷歌最近发布了它们的最新大模型 Gemini 2.0,速度是之前的 2 倍,只要成为开发者就能够免费通过 API 的方式使用 gemini-2.0-flash-exp 模型。
#### step 1: 创建 Google AI Studio API 密钥
访问 [Google AI Studio](https://aistudio.google.com/app/apikey?hl=zh-cn) 点击创建 API 密钥。
#### step 2: 在 Cursor 设置 Google API Key
![img.png](img/models-gemini-2.0-1.png)
#### step 3: 在 Cursor 设置 添加 gemini-2.0-flash-exp 模型
![img.png](img/models-gemini-2.0-2.png)
#### step 4: 在 Cursor 使用 gemini-2.0-flash-exp 模型
![img.png](img/models-gemini-2.0-3.png)