Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
Signed-off-by: InternetBugs <77239633+InternetBugs@users.noreply.github.com>
  • Loading branch information
InternetBugs committed Apr 21, 2024
1 parent 14335fc commit 6ba1c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const currentChatModel = computed(() => nowSelectChatModel.value ?? currentChatH
const currentNavIndexRef = ref<number>(-1)
const isVisionModel = computed(() => currentChatModel.value && (currentChatModel.value.includes('vision') || currentChatModel.value.includes('claude-3') || currentChatModel.value.includes('gpt-4-turbo')))
const isVisionModel = computed(() => currentChatModel.value && (currentChatModel.value.includes('vision') || currentChatModel.value.includes('claude-3') || currentChatModel.value.includes('coze')))
let loadingms: MessageReactive
let allmsg: MessageReactive
Expand Down

0 comments on commit 6ba1c85

Please sign in to comment.