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 @@
25702570 </optgroup>
25712571 <optgroup label="GPT-4o">
25722572 <option value="gpt-4o">gpt-4o</option>
2573+ <option value="gpt-4o-2024-08-06">gpt-4o-2024-08-06</option>
25732574 <option value="gpt-4o-2024-05-13">gpt-4o-2024-05-13</option>
25742575 </optgroup>
25752576 <optgroup label="gpt-4o-mini">
@@ -6558,4 +6559,4 @@
65586559 </script>
65596560</body>
65606561
6561-</html>
6561 \ No newline at end of file
6562+</html>