Skip to content

Commit

Permalink
Update NewConversationForm.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
spammenotinoz authored Oct 9, 2023
1 parent 5ef339a commit 506bdc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 506bdc3

Please sign in to comment.