Merge pull request #2623 from SillyTavern/gpt-4o-structured-model Add GPT-4o checkpoint model (support Structured Output)

e17f0b368ddb9a6b7f559476c165e98ece6dd543

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +2 -1Ignore whitespace
public/index.html+2 -1
@@ -2570,6 +2570,7 @@
2570 </optgroup>2570 </optgroup>
2571 <optgroup label="GPT-4o">2571 <optgroup label="GPT-4o">
2572 <option value="gpt-4o">gpt-4o</option>2572 <option value="gpt-4o">gpt-4o</option>
2573 <option value="gpt-4o-2024-08-06">gpt-4o-2024-08-06</option>
2573 <option value="gpt-4o-2024-05-13">gpt-4o-2024-05-13</option>2574 <option value="gpt-4o-2024-05-13">gpt-4o-2024-05-13</option>
2574 </optgroup>2575 </optgroup>
2575 <optgroup label="gpt-4o-mini">2576 <optgroup label="gpt-4o-mini">
@@ -6558,4 +6559,4 @@
6558 </script>6559 </script>
6559</body>6560</body>
65606561
6561</html>
6561 \ No newline at end of file \ No newline at end of file
6562</html>