chore: drawer ux

This commit is contained in:
jialin
2024-08-09 10:26:46 +08:00
parent 8490e32ef1
commit 77f38394e6
22 changed files with 547 additions and 150 deletions
+3 -1
View File
@@ -13,5 +13,7 @@ export default {
'models.openinplayground': 'Open in Playground',
'models.instances': 'instances',
'model.form.ollama.model': 'Ollama Model',
'model.form.ollamaholder': 'Please select or input model name'
'model.form.ollamaholder': 'Please select or input model name',
'model.form.ollamatips':
'Tip: The following are the preconfigured Ollama models in GPUStack. Please select the model you want, or directly enter the model you wish to deploy in the 【{name}】 input box on the right.'
};