perf: chat help text

This commit is contained in:
feng
2025-02-13 11:28:23 +08:00
committed by feng626
parent e93979ab5f
commit d94752a021

View File

@@ -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'