Skip to content

Commit

Permalink
update: added names for generative model options (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: tlane25 <[email protected]>
  • Loading branch information
bboinay and tlane25 authored Aug 15, 2024
1 parent 09dd64a commit 3956b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/form_fields/GenerativeModelField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function GenerativeModelField({ control }: GenerativeModelFieldProps) {
<SelectValue placeholder="Generative Model" />
</SelectTrigger>
<SelectContent>
<SelectItem value="gpt-4-turbo">gpt-4-turbo</SelectItem>
<SelectItem value="gpt-4-turbo">gpt-4-turbo</SelectItem>
<SelectItem value="gpt-4o-mini">gpt-4o-mini</SelectItem>
<SelectItem value="gpt-4o">gpt-4o</SelectItem>
</SelectContent>
Expand Down

0 comments on commit 3956b52

Please sign in to comment.