Skip to content

Commit

Permalink
update (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho authored Jun 9, 2024
1 parent c1cff32 commit 53c6c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,9 @@ function getDataFromResponseText(responseText: string): string {
<NModal ref="sessionConfigModal" v-model:show="showModal" :title="$t('chat.sessionConfig')" preset="dialog">
<SessionConfig id="session-config" ref="sessionConfig" :uuid="sessionUuid" />
</NModal>
<div class="flex items-center justify-center mt-4 ">
{{ chatSession?.model}}
</div>
<UploaderReadOnly v-if="!!sessionUuid" class="px-40" :sessionUuid="sessionUuid" :showUploaderButton="false"></UploaderReadOnly>
<div id="scrollRef" ref="scrollRef" class="h-full overflow-hidden overflow-y-auto">
<div id="image-wrapper" class="w-full max-w-screen-xl m-auto dark:bg-[#101014]"
Expand Down

0 comments on commit 53c6c72

Please sign in to comment.