Spaces:
Sleeping
Sleeping
Nirav Madhani
commited on
Commit
·
73922ff
1
Parent(s):
ad9551d
Updated Readme
Browse files
README.md
CHANGED
|
@@ -7,5 +7,10 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
short_description: Audio chat with Gemini + tool calling + search + code run
|
| 9 |
---
|
|
|
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
short_description: Audio chat with Gemini + tool calling + search + code run
|
| 9 |
---
|
| 10 |
+
This project demonstrates an interactive audio and text chat interface powered by the Gemini AI model. Users can speak to the AI or type text to communicate with it.
|
| 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 separate Space will be created later for client-side function calling.
|
| 15 |
+
|
| 16 |
+
The server uses Docker for deployment, making it easy to deploy on any platform that supports Docker.
|