Skip to content

Remove claude instant model from monolith

Nathan Weinshenker requested to merge remove-instant-models into master

What does this MR do and why?

We are looking to deprecate and remove all instant models within our GitLab application given Claude 3 models are not only better but are required for new API versions.

The code changes remove the default instant model from the list of available models and update the default model for new agent versions to Claude 2.1. This change is made to ensure that new agent versions use the latest and most performant model available.

Related to: #459863 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading