Skip to content

Commit

Permalink
update 128k label for Azure models
Browse files Browse the repository at this point in the history
resolves #2264
  • Loading branch information
timothycarambat committed Sep 11, 2024
1 parent d1103e2 commit 7f2b344
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default function AzureAiOptions({ settings }) {
<option value={16384}>16,384 (gpt-3.5-16k)</option>
<option value={8192}>8,192 (gpt-4)</option>
<option value={32768}>32,768 (gpt-4-32k)</option>
<option value={128000}>128,000 (gpt-4-turbo)</option>
<option value={128000}>
128,000 (gpt-4-turbo,gpt-4o,gpt-4o-mini)
</option>
</select>
</div>

Expand Down

0 comments on commit 7f2b344

Please sign in to comment.