From 506bdc32b781b8c1eb7381307c839e85324fd11f Mon Sep 17 00:00:00 2001 From: spammenotinoz Date: Mon, 9 Oct 2023 20:12:53 +1100 Subject: [PATCH] Update NewConversationForm.vue --- .../src/views/conversation/components/NewConversationForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/conversation/components/NewConversationForm.vue b/frontend/src/views/conversation/components/NewConversationForm.vue index be563b52..4218e001 100644 --- a/frontend/src/views/conversation/components/NewConversationForm.vue +++ b/frontend/src/views/conversation/components/NewConversationForm.vue @@ -197,8 +197,8 @@ watch( return { title: newConversationInfo.value.title, - source: openai_web, - model: gpt_3_5, + source: 'openai_api', + model: 'gpt_3_5', openaiWebPlugins: newConversationInfo.value.openaiWebPlugins, } as NewConversationInfo; },