Skip to content

Commit 0cbc32d

Browse files
perf: privatemode deprecations update (#24)
1 parent 3354806 commit 0cbc32d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
export const ENGINEERING_TEAM = 'ENGINEERING_TEAM'
22

33
export const MODEL_MAP_FULL_NAME = {
4-
'Meta-Llama-3.3-70B': "ibnzterrell/Meta-Llama-3.3-70B-Instruct-AWQ-INT4",
5-
'gemma-3-27b': "leon-se/gemma-3-27b-it-fp8-dynamic",
6-
'openai-oss-120b': 'openai/gpt-oss-120b',
4+
'gemma-3-27b': "gemma-3-27b",
5+
'openai-oss-120b': 'gpt-oss-120b',
76
'qwen3-30b (coding)': "qwen3-coder-30b-a3b",
87
}

0 commit comments

Comments
 (0)