Add OpenAI models to supported chat models for enterprise customers#61539
Conversation
arafatkatze
left a comment
There was a problem hiding this comment.
Makes sense as per the slack thread
eseliger
left a comment
There was a problem hiding this comment.
LGTM, thanks for the quick turnaround!
|
Just a note I don't think this will apply to Cloud customers, when a cloud customer is created the allowed models are set to only the models that are specified for chat & autocomplete. Check the Cloud controller codebase cc @daxmc99 |
|
Yes, by default cloud will set these models And our automation will continually set them back unless configured in that instance's config.yaml to use a different model. |
|
@daxmc99, the main goal of this PR was to make OpenAI models allowed by default. I made a similar change to the controller repo: https://github.com/sourcegraph/controller/pull/1463 (Slack thread). |
Adds GPT3.5, GPT4 Turbo, GPT 4 to the list of supported chat models for enterprise (thread).
Test plan