We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20f22a commit 868ac33Copy full SHA for 868ac33
index.html
@@ -34,7 +34,7 @@ <h1>Gpt4-o Realtime API</h1>
34
</div>
35
<div class="input-group">
36
<label for="session-instructions">System Message</label>
37
- <textarea id="session-instructions" placeholder="Instructions optionnelles pour la session.'" rows="4"></textarea>
+ <textarea id="session-instructions" placeholder="Instructions optionnelles pour la session." rows="4"></textarea>
38
39
40
<label for="temperature">Temperature</label>
src/style.css
@@ -7,6 +7,7 @@ body {
7
display: flex;
8
height: 100vh;
9
margin: 0;
10
+ justify-content: center;
11
}
12
13
#received-text-container {
0 commit comments