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