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 11, 2023
1 parent c5290fc commit bdbf9ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ function setDefaultValues() {
newConversationInfo.value.model = appStore.lastSelectedModel;
} else
{
source.value === 'openai_web'
newConversationInfo.value.source = 'openai_web';
newConversationInfo.value.model = 'gpt_3_5';
}
}
}
Expand Down

0 comments on commit bdbf9ac

Please sign in to comment.