Skip to content

Commit 95dd56a

Browse files
committed
add blurb on how to add image upload support
1 parent 86bdb63 commit 95dd56a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/cody/capabilities/chat.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@ Once uploaded, you can ask Cody questions about the image, such as:
8484

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

87+
### Enterprise configuration
88+
89+
For Sourcegraph Enterprise users, site admins must enable the `chatVision` feature in the site configuration for image uploads to work:
90+
91+
```json
92+
"configFeatures": {
93+
"chatVision": true
94+
}
95+
```
96+
97+
See the [site configuration reference](/admin/config/site_config) for more details.
98+
8799
## LLM selection
88100

89101
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.

0 commit comments

Comments
 (0)