Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -5
index.html
CHANGED
@@ -183,8 +183,12 @@
|
|
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,9 +203,8 @@
|
|
199 |
</select>
|
200 |
</div>
|
201 |
<div class="input-group">
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
</div>
|
206 |
</div>
|
207 |
|
|
|
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 |
</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 |
|