Skip to content

Change summarize notes model

Payton Burdette requested to merge pb-change-default-completions-model into master

What does this MR do and why?

Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/407785

I noticed that we were using the text-davinci-003 model for summarizing notes. gpt-3.5-turbo performs the same but at 10% the price per token and is recommend by OpenAi for most completions.

https://platform.openai.com/docs/guides/chat/chat-vs-completions

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nicolas Dular

Merge request reports