Skip to content
Open
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
12 changes: 12 additions & 0 deletions docs/cody/capabilities/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ Once uploaded, you can ask Cody questions about the image, such as:

Image upload support varies by client. Check the [feature parity reference](/cody/clients/feature-reference#chat) to see which clients support image upload.

### Enterprise configuration

For Sourcegraph Enterprise users, site admins must enable the `chatVision` feature in the site configuration for image uploads to work:

```json
"configFeatures": {
"chatVision": true
}
```

See the [site configuration reference](/admin/config/site_config) for more details.

## LLM selection

Cody allows you to select the LLM you want to use for your chat, which is optimized for speed versus accuracy. Enterprise users with the new [model configuration](/cody/clients/model-configuration) can use the LLM selection dropdown to choose a chat model.
Expand Down