Spaces:
Running
Running
Nirav Madhani
commited on
Commit
·
5cb0198
1
Parent(s):
9b731f8
FFC Reference
Browse files- README.md +1 -1
- index.html +1 -0
README.md
CHANGED
@@ -11,6 +11,6 @@ This project demonstrates an interactive audio and text chat interface powered b
|
|
11 |
|
12 |
The AI is capable of calling external tools, searching for information on Google, and running code snippets. Function calling by the AI is performed on the server side, and results are sent back to the client. This approach is crucial for functions requiring access to server-side data or functionalities.
|
13 |
|
14 |
-
A
|
15 |
|
16 |
The server uses Docker for deployment, making it easy to deploy on any platform that supports Docker.
|
|
|
11 |
|
12 |
The AI is capable of calling external tools, searching for information on Google, and running code snippets. Function calling by the AI is performed on the server side, and results are sent back to the client. This approach is crucial for functions requiring access to server-side data or functionalities.
|
13 |
|
14 |
+
A Space for client-side function calling can be found at https://huggingface.co/spaces/Nirav121/gemini-live-ffc
|
15 |
|
16 |
The server uses Docker for deployment, making it easy to deploy on any platform that supports Docker.
|
index.html
CHANGED
@@ -71,6 +71,7 @@
|
|
71 |
|
72 |
<h1>Gemini Live Chat</h1>
|
73 |
<p>Interactive voice and text chat powered by Gemini AI that supports server-side function calling, code execution, and Google search capabilities.</p>
|
|
|
74 |
|
75 |
<div class="controls" style="background: #e3f2fd;">
|
76 |
<h3 style="margin-top: 0;">Available Functions:</h3>
|
|
|
71 |
|
72 |
<h1>Gemini Live Chat</h1>
|
73 |
<p>Interactive voice and text chat powered by Gemini AI that supports server-side function calling, code execution, and Google search capabilities.</p>
|
74 |
+
<p style="font-size: 0.9em; color: #666;">For client-side function calling, visit: <a href="https://huggingface.co/spaces/Nirav121/gemini-live-ffc" target="_blank">Gemini Live Client Function Call</a></p>
|
75 |
|
76 |
<div class="controls" style="background: #e3f2fd;">
|
77 |
<h3 style="margin-top: 0;">Available Functions:</h3>
|