Skip to content
Snippets Groups Projects
Commit 7f2b344a authored by timothycarambat's avatar timothycarambat
Browse files

update 128k label for Azure models

resolves #2264
parent d1103e2b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment