Skip to content

Commit

Permalink
Adjust chat view layout for model selector width
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jul 18, 2024
1 parent 0f65d66 commit 1e045c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ const handleUsePrompt = (_: string, value: string): void => {
<SessionConfig id="session-config" ref="sessionConfig" :uuid="sessionUuid" />
</NModal>
<div class="flex items-center justify-center mt-4 ">
<div class="w-1/3">
<div class="w-4/5 md:w-1/3">
<ModelSelector :uuid="sessionUuid" :model="chatSession?.model"></ModelSelector>
</div>
</div>
Expand Down

0 comments on commit 1e045c2

Please sign in to comment.