Skip to content

Commit

Permalink
Display fix (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 23, 2024
1 parent 8a3ad60 commit 4c215e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-langchain/app/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export function ChatWindow(props: { conversationId: string }) {
insertUrlParam("llm", e.target.value);
setLlm(e.target.value);
}}
width={"212px"}
width={"240px"}
>
<option value="openai_gpt_3_5_turbo">GPT-3.5-Turbo</option>
<option value="anthropic_claude_2_1">Claude-2.1</option>
Expand Down

0 comments on commit 4c215e8

Please sign in to comment.