Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions documentation/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,25 +186,31 @@ goose works with [supported LLM providers](/docs/getting-started/providers) that
◆ Provider Tetrate Agent Router Service requires TETRATE_API_KEY, please enter a value
│ ▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪
```
5. Select or search for the model you want to use.
```
◇ Model fetch complete
◆ Select a model:
│ ○ Search all models...
│ ○ gemini-2.5-pro
│ ○ gemini-2.0-flash
| ○ gemini-2.0-flash-lite
│ ● gpt-5 (Recommended)
| ○ gpt-5-mini
| ○ gpt-5-nano
| ○ gpt-4.1
◓ Checking your configuration...
└ Configuration saved successfully
```
```
:::tip GitHub Copilot Authentication
GitHub Copilot doesn't use an API key. Instead, an authentication code is generated during configuration. To generate the code, select `GitHub Copilot` as your provider. An auth code will be copied to your clipboard, and a browser window will open where you can paste it to complete authentication.

For more details, see [GitHub Copilot Authentication](/docs/getting-started/providers#github-copilot-authentication).
:::

5. Select or search for the model you want to use.
```
◇ Model fetch complete
◆ Select a model:
│ ○ Search all models...
│ ○ gemini-2.5-pro
│ ○ gemini-2.0-flash
| ○ gemini-2.0-flash-lite
│ ● gpt-5 (Recommended)
| ○ gpt-5-mini
| ○ gpt-5-nano
| ○ gpt-4.1
◓ Checking your configuration...
└ Configuration saved successfully
```
</TabItem>
</Tabs>

Expand Down
Loading