mgokg commited on
Commit
7b6a4d9
·
verified ·
1 Parent(s): 7a4cba8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -8
index.html CHANGED
@@ -183,12 +183,8 @@
183
  <!-- Add toast element after body opening tag -->
184
  <div id="error-toast" class="toast"></div>
185
  <div style="text-align: center">
186
- <h1>Gemini Voice Chat</h1>
187
- <p>Sprechen Sie mit Gemini über Echtzeit-Audio-Streaming</p>
188
- <p>
189
- Holen Sie sich einen Gemini API-Schlüssel
190
- <a href="https://ai.google.dev/gemini-api/docs/api-key">hier</a>
191
- </p>
192
  </div>
193
  <div class="container">
194
  <div class="controls">
@@ -203,8 +199,9 @@
203
  </select>
204
  </div>
205
  <div class="input-group">
206
- <label for="system-message">System-Nachricht</label>
207
- <textarea id="system-message" placeholder="Geben Sie Systemanweisungen für die KI ein...">Du bist ein hilfsamer Assistent, der Fragen beantwortet und bei verschiedenen Aufgaben hilft. Du kannst bei Bedarf auch im Internet suchen, um aktuelle Informationen zu finden.</textarea>
 
208
  </div>
209
  </div>
210
 
 
183
  <!-- Add toast element after body opening tag -->
184
  <div id="error-toast" class="toast"></div>
185
  <div style="text-align: center">
186
+
187
+
 
 
 
 
188
  </div>
189
  <div class="container">
190
  <div class="controls">
 
199
  </select>
200
  </div>
201
  <div class="input-group">
202
+
203
+
204
+
205
  </div>
206
  </div>
207