|
@@ -24,6 +24,5 @@ import MessageBodyDIFY from '../modules/model-manage/dify/MessageBody.vue';
|
|
|
const current_type = ref('assistant');
|
|
const current_type = ref('assistant');
|
|
|
const changeType = (value) => {
|
|
const changeType = (value) => {
|
|
|
current_type.value = value;
|
|
current_type.value = value;
|
|
|
- console.log(current_type.value);
|
|
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|