Skip to content

Commit 51b97cf

Browse files
committed
update model
1 parent d43ece2 commit 51b97cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/utils/models.ts

+14
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,18 @@ export const defaultModels: UIModel[] = [
142142
promptFormat: promptFormatDefaults,
143143
premium: false,
144144
},
145+
146+
// DeepSeek Coder V3 (6.7B, developer)
147+
{
148+
id: 'baecea75-d71a-42e6-9b3f-cb37956683e1',
149+
name: 'DeepSeek V3 (671B, genius MoE)',
150+
...modelDefaults,
151+
apiUrl:
152+
'https://curated.aleph.cloud/vm/9aa80dc7f00c515a5f56b70e65fdab4c367e35f341c3b4220419adb6ca86a33f/completion',
153+
// Allow a larger prompt length
154+
maxTokens: 16384,
155+
promptFormat: promptFormatDefaults,
156+
premium: false,
157+
},
158+
145159
];

0 commit comments

Comments
 (0)