Skip to content

Commit

Permalink
add 4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan committed Sep 26, 2024
1 parent 4fa038c commit 1fee12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ <h3>Summarize this</h3>
<option value="gpt-3.5-turbo-0125">gpt-3.5-turbo-0125 (16k)</option>
<option value="gpt-4">gpt-4</option>
<option value="gpt-4-turbo">gpt-4-turbo</option>
<option value="gpt-4o" selected>gpt-4o</option>
<option value="gpt-4o" >gpt-4o</option>
<option value="gpt-4o-mini" selected>gpt-4o-mini</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 1fee12e

Please sign in to comment.