Skip to content

Commit

Permalink
Merge pull request #68 from LiquidInfinity/patch-1
Browse files Browse the repository at this point in the history
Add new GPT 4o and GPT 4o-mini models to ModelDropdown.tsx
  • Loading branch information
arcticfly authored Jan 15, 2025
2 parents 216a884 + 6bf8b64 commit f72644b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/ModelDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const ModelDropdown = () => {
<option value="gpt-3.5-turbo-16k">GPT-3.5 Turbo (16k)</option>
<option value="gpt-4">GPT-4</option>
<option value="gpt-4-1106-preview">GPT-4 Turbo</option>
<option value="gpt-4o">GPT-4o</option>
<option value="gpt-4o-mini">GPT-4o mini</option>
</Select>
);
};
Expand Down

0 comments on commit f72644b

Please sign in to comment.