Skip to content
Snippets Groups Projects
Unverified Commit 0f8a4143 authored by Eduardo Bonet's avatar Eduardo Bonet Committed by GitLab
Browse files

Merge branch '495789-anthropic-claude-3-5-sonnet-for-code-completion' into 'master'

Enables claude 3 for code completion

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169432



Merged-by: default avatarEduardo Bonet <ebonet@gitlab.com>
Approved-by: default avatarMohamed Hamda <mhamda@gitlab.com>
Reviewed-by: default avatarMohamed Hamda <mhamda@gitlab.com>
parents fb99e8c9 66aa4a19
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,7 +42,7 @@ Install one of the following GitLab-approved LLM models:
| Mistral | [Mistral 7B Text](https://huggingface.co/mistralai/Mistral-7B-v0.3) | **{check-circle}** Yes | **{dotted-circle}** No |**{dotted-circle}** No |
| Mistral | [Mixtral 8x22B Text](https://huggingface.co/mistralai/Mixtral-8x22B-v0.1) | **{check-circle}** Yes | **{dotted-circle}** No | **{dotted-circle}** No |
| Mistral | [Mixtral 8x7B Text](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) | **{check-circle}** Yes | **{dotted-circle}** No | **{dotted-circle}** No |
| Claude 3 | [Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet) | **{dotted-circle}** No | **{check-circle}** Yes | **{check-circle}** Yes |
| Claude 3 | [Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet) | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
 
The following models are under evaluation, and support is limited:
 
Loading
Loading
Loading
Loading
@@ -22,6 +22,7 @@ code_completions:
- deepseekcoder
- mistral
- llama3
- claude_3
duo_chat:
title: Duo Chat
release_state: BETA
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment