From 4e35ea037b2cc63a408346850ca508995ead5bce Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Thu, 3 Oct 2024 15:35:10 -0700 Subject: [PATCH] Remove llm models faq --- docs/faq.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 82c4af69..f71f14f6 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -41,12 +41,6 @@ click on the organization name in the top-left corner of the CodeRabbit UI. ![Switch Organizations](/img/faq/cr_support_orgs_light.png#gh-light-mode-only) ![Switch Organizations](/img/faq/cr_support_orgs_dark.png#gh-dark-mode-only) -#### What Large Language Models does CodeRabbit use? - -CodeRabbit currently utilizes OpenAI's `gpt-4-turbo` and `gpt-3.5-turbo`. We're -researching and testing upcoming LLMs to ensure we're offering the most precise -reviews possible. - #### How does CodeRabbit compare to other AI code generators? Code reviews remain essential, whether the code is written by a human or a bot.