diff --git a/frontend/src/views/system/model/Model.vue b/frontend/src/views/system/model/Model.vue new file mode 100644 index 0000000..308c2b0 --- /dev/null +++ b/frontend/src/views/system/model/Model.vue @@ -0,0 +1,594 @@ + + + + + + {{ t('model.ai_model_configuration') }} + + + + + + + + + + + + + + + + {{ t('model.system_default_model_de') }} + + + + + + + + + + + + + + + + + + + {{ t('model.relevant_results_found') }} + + + + + + + + + + {{ t('model.add_model') }} + + + + + + + + + + + + + + + + + + + + {{ t('model.add_model') }} + + + + + + {{ + editModel ? $t('dashboard.edit') + $t('common.empty') + activeName : t('model.add_model') + }} + + + + {{ t('model.select_supplier') }} + + + {{ t('model.add_model') }} + + + + + + + + + + + + {{ $t('common.cancel') }} + + {{ $t('ds.previous') }} + + {{ $t('common.save') }} + + + + + + + +