Skip to content

Commit 27f0330

Browse files
committed
feat: Add new GitHub models for Codestral 25.01 + o1
1 parent 7eabadd commit 27f0330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Models/AppSettings.swift

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ enum ChatProvider: String, Codable, CaseIterable, Identifiable {
6565
return [
6666
ChatModel(id: "AI21-Jamba-1.5-Large", name: "AI21 Jamba 1.5 Large", provider: self),
6767
ChatModel(id: "AI21-Jamba-1.5-Mini", name: "AI21 Jamba 1.5 Mini", provider: self),
68+
ChatModel(id: "Codestral-2501", name: "Codestral 25.01", provider: self),
6869
ChatModel(id: "Cohere-command-r", name: "Cohere Command R", provider: self),
6970
ChatModel(id: "Cohere-command-r-08-2024", name: "Cohere Command R 08-2024", provider: self),
7071
ChatModel(id: "Cohere-command-r-plus", name: "Cohere Command R+", provider: self),
@@ -86,6 +87,7 @@ enum ChatProvider: String, Codable, CaseIterable, Identifiable {
8687
ChatModel(id: "Mistral-small", name: "Mistral Small", provider: self),
8788
ChatModel(id: "gpt-4o", name: "OpenAI GPT-4o", provider: self),
8889
ChatModel(id: "gpt-4o-mini", name: "OpenAI GPT-4o mini", provider: self),
90+
ChatModel(id: "o1", name: "OpenAI o1", provider: self),
8991
ChatModel(id: "o1-mini", name: "OpenAI o1-mini", provider: self),
9092
ChatModel(id: "o1-preview", name: "OpenAI o1-preview", provider: self),
9193
ChatModel(id: "Phi-3-medium-128k-instruct", name: "Phi-3-medium instruct (128k)", provider: self),

0 commit comments

Comments
 (0)