Skip to content

Commit 20f30e9

Browse files
committed
add: temporally add environment variable for talkativot UI when creating a service via model card
1 parent 79d032e commit 20f30e9

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

react/src/components/ModelTryContent.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ const ModelTryContent: React.FC<ModelTryContentProps> = ({
257257
tags: undefined,
258258
version: undefined,
259259
},
260-
environment: '',
260+
// FIXME: temporarily hard-coded environment variable
261+
environment: modelName?.includes('Talkativot UI')
262+
? '[{"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"}]'
263+
: '',
261264
version: '',
262265
},
263266
// FIXME: temporally hard-coded runtime variant

resources/i18n/en.json

+4-17
Original file line numberDiff line numberDiff line change
@@ -1690,15 +1690,10 @@
16901690
"category": "Category",
16911691
"CloneToFolder": "Clone to a folder",
16921692
"FolderAlreadyExists": "A folder with this name already exists.",
1693-
"FinetuneModel": "Finetune Model"
1694-
},
1695-
"tourguide": {
1696-
"NeoSessionLauncher": {
1697-
"ValidationErrorTitle": "Input field validation errors",
1698-
"ValidationErrorText": "If you don't enter a value in a required field or enter an invalid value, an error message displays in that field.",
1699-
"FixErrorAndTryAgainText": "If there is an error field, the Launch session button is disabled. Please correct the error and try again.",
1700-
"FixErrorFieldbyModifyButton": "For that error field, you can go directly to the Edit button in the top right corner to edit it."
1701-
}
1693+
"FinetuneModel": "Finetune Model",
1694+
"Experience": "Experience",
1695+
"ModelCard": "Model Card",
1696+
"ImportFromHuggingFace": "Import From Hugging Face"
17021697
},
17031698
"sourceCodeViewer": {
17041699
"Copy": "Copy",
@@ -1753,14 +1748,6 @@
17531748
"Notification": "Notification",
17541749
"Running": "Running..."
17551750
},
1756-
"tourGuide": {
1757-
"neoSessionLauncher": {
1758-
"FixErrorAndTryAgainText": "If there is an error field, the Launch session button is disabled. Please correct the error and try again.",
1759-
"FixErrorFieldByModifyButton": "For that error field, you can go directly to the Edit button in the top right corner to edit it.",
1760-
"ValidationErrorText": "If you don't enter a value in a required field or enter an invalid value, an error message displays in that field.",
1761-
"ValidationErrorTitle": "Input field validation errors"
1762-
}
1763-
},
17641751
"errorBoundary": {
17651752
"DisplayOnlyDevEnv": "This error block is displayed only in WebUI development environment.",
17661753
"ExpiredLoginSessionReLogin": "Login",

0 commit comments

Comments
 (0)