diff --git a/react/src/components/ModelTryContent.tsx b/react/src/components/ModelTryContent.tsx index 7e674021c..7139d0310 100644 --- a/react/src/components/ModelTryContent.tsx +++ b/react/src/components/ModelTryContent.tsx @@ -257,7 +257,10 @@ const ModelTryContent: React.FC = ({ tags: undefined, version: undefined, }, - environment: '', + // FIXME: temporarily hard-coded environment variable + environment: modelName?.includes('Talkativot UI') + ? '[{"tokenLimit":1024,"vision":false,"apiEndpoint":"https://llama_kor_bllossom.asia03.app.backend.ai","id":"Llama-3.2-Korean-Bllossom-3B","name":"Llama-3.2-Korean-Bllossom-3B"},{"tokenLimit":2048,"vision":false,"apiEndpoint":"https://gemma2_9b.asia03.app.backend.ai/","id":"gemma-2-9b-it","name":"gemma-2-9b-it"},{"tokenLimit":4096,"vision":true,"apiEndpoint":"https://llama-vision.asia03.app.backend.ai/","id":"Llama-3.2-11B-Vision-Instruct","name":"Llama-3.2-11B-Vision-Instruct"}]' + : '', version: '', }, // FIXME: temporally hard-coded runtime variant diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 1fb880b2f..e3a116695 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -1691,7 +1691,8 @@ "FolderAlreadyExists": "A folder with this name already exists.", "FinetuneModel": "Finetune Model", "Experience": "Experience", - "ModelCard": "Model Card" + "ModelCard": "Model Card", + "ImportFromHuggingFace": "Import From Hugging Face" }, "tourguide": { "NeoSessionLauncher": { @@ -1754,14 +1755,6 @@ "Notification": "Notification", "Running": "Running..." }, - "tourGuide": { - "neoSessionLauncher": { - "FixErrorAndTryAgainText": "If there is an error field, the Launch session button is disabled. Please correct the error and try again.", - "FixErrorFieldByModifyButton": "For that error field, you can go directly to the Edit button in the top right corner to edit it.", - "ValidationErrorText": "If you don't enter a value in a required field or enter an invalid value, an error message displays in that field.", - "ValidationErrorTitle": "Input field validation errors" - } - }, "errorBoundary": { "DisplayOnlyDevEnv": "This error block is displayed only in WebUI development environment.", "ExpiredLoginSessionReLogin": "Login",