How to Configure Gemini with Continue
Discover Google models here
Get an API key from Google AI Studio
Configuration
name: My Config
version: 0.0.1
schema: v1
models:
- name: <MODEL_NAME>
provider: gemini
model: <MODEL_ID>
apiKey: <YOUR_GEMINI_API_KEY>
Check out a more advanced configuration here