sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.53k stars 261 forks source link

fixed/dropdown: enterprise users can use any model available #5110

Closed jamesmcnamara closed 1 month ago

jamesmcnamara commented 1 month ago

CODY-3138

Previously we did not allow enterprise users to use cody pro models that were enabled on their instance. Here we refine that test to check only if it's a free user.

Test plan

Manual test

Changelog

Fix bug where enterprise users were stopped from using enabled, server-sent models.

jamesmcnamara commented 1 month ago

@chrsmith Updated the storybook for the that component.