Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed May 6, 2023
1 parent d97f7d2 commit dae94a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/chat/components/Session/SessionConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ onMounted(async () => {
const models = await fetchChatModel()
chatModelOptions.push(...models.map((model: any) => {
return {
label: model.Label,
value: model.Name,
label: model.label,
value: model.name,
}
}))
})
Expand Down

0 comments on commit dae94a7

Please sign in to comment.