From 59ebf47000af15b0f96bc79e59c6bc5259ddb43c Mon Sep 17 00:00:00 2001 From: Lina Date: Mon, 13 Oct 2025 12:23:34 +0200 Subject: [PATCH] Added model map full name to consts in submodules --- constants.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index dc30a12..3bd6dac 100644 --- a/constants.ts +++ b/constants.ts @@ -1 +1,8 @@ -export const ENGINEERING_TEAM = 'ENGINEERING_TEAM' \ No newline at end of file +export const ENGINEERING_TEAM = 'ENGINEERING_TEAM' + +export const MODEL_MAP_FULL_NAME = { + 'Meta-Llama-3.3-70B': "ibnzterrell/Meta-Llama-3.3-70B-Instruct-AWQ-INT4", + 'gemma-3-27b': "leon-se/gemma-3-27b-it-fp8-dynamic", + 'openai-oss-120b': 'openai/gpt-oss-120b', + 'qwen3-30b (coding)': "qwen3-coder-30b-a3b", +} \ No newline at end of file