Spaces:
Runtime error
Runtime error
Commit
·
07497a7
1
Parent(s):
abc2da4
First Commit
Browse files
README.md
CHANGED
@@ -8,5 +8,10 @@ sdk_version: 3.46.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
This is a simple configuration of LLM with Google Search using Langchain. You ask a question by voice and
|
12 |
+
ansewr will be provided as an audio and text.
|
13 |
+
|
14 |
+
Unfortunately, the elevenlabs API to playback is not working on huggingface (no error though). However,
|
15 |
+
you can see the code in local. But you will still see the text answer generated by Google using Langchain.
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|