mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: chat help text
This commit is contained in:
@@ -59,6 +59,9 @@ export default {
|
||||
autocomplete: 'new-password'
|
||||
}
|
||||
},
|
||||
CHAT_AI_TYPE: {
|
||||
helpText: this.$t('ChatAITypeHelpText')
|
||||
},
|
||||
GPT_MODEL: {
|
||||
hidden: (formValue) => {
|
||||
return formValue.CHAT_AI_TYPE !== 'gpt'
|
||||
|
||||
Reference in New Issue
Block a user