diff --git a/components/Conversation.vue b/components/Conversation.vue index 99140e4..5254afb 100644 --- a/components/Conversation.vue +++ b/components/Conversation.vue @@ -180,6 +180,10 @@ watchEffect(() => { } }) +onNuxtReady(() => { + currentModel.value = getCurrentModel() +}) +