We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c026bd commit b9fa5dfCopy full SHA for b9fa5df
openai-audio-output.html
@@ -5,6 +5,9 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Prompt GPT-4o audio</title>
7
<style>
8
+ * {
9
+ box-sizing: border-box;
10
+ }
11
body {
12
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
13
max-width: 800px;
0 commit comments