Skip to content

Commit

Permalink
Add isEnable field to AddModelForm.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jun 30, 2024
1 parent 00d8bf7 commit 98d1e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/admin/model/AddModelForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const formData = ref<Chat.ChatModel>({
apiAuthHeader: '',
apiAuthKey: '',
enablePerModeRatelimit: false,
isEnable: true,
})
interface Emit {
Expand Down

0 comments on commit 98d1e0c

Please sign in to comment.