Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c05186e

Browse files
authored
1 parent ffddca8 commit c05186e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cmd/frontend/internal/httpapi/completions/get_model.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ func isAllowedCustomChatModel(model string, isProUser bool) bool {
151151
case
152152
"anthropic/" + anthropic.Claude3Haiku,
153153
"anthropic/" + anthropic.Claude3Sonnet,
154+
"anthropic/" + anthropic.Claude35Sonnet,
155+
"fireworks/" + fireworks.Mixtral8x7bInstruct,
156+
"fireworks/" + fireworks.Mixtral8x22Instruct,
157+
"openai/gpt-3.5-turbo",
158+
"google/" + google.Gemini15FlashLatest,
159+
"google/" + google.Gemini15ProLatest,
160+
"google/" + google.GeminiProLatest,
161+
"google/" + google.Gemini15Flash,
162+
"google/" + google.Gemini15Pro,
163+
"google/" + google.GeminiPro,
154164
// Remove after the Claude 3 rollout is complete
155165
"anthropic/claude-2",
156166
"anthropic/claude-2.0",

0 commit comments

Comments
 (0)