Ath
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ chat_session = model.start_chat(history=[])
|
|
25 |
|
26 |
# Eleven Labs API configuration
|
27 |
eleven_labs_api_key = os.getenv("ELEVEN_LABS_API_KEY")
|
28 |
-
eleven_labs_url = "https://api.elevenlabs.io/v1/text-to-speech/
|
29 |
|
30 |
def chat_and_tts(user_input, history):
|
31 |
# Send the user's input to the chat session
|
|
|
25 |
|
26 |
# Eleven Labs API configuration
|
27 |
eleven_labs_api_key = os.getenv("ELEVEN_LABS_API_KEY")
|
28 |
+
eleven_labs_url = "https://api.elevenlabs.io/v1/text-to-speech/aEO01A4wXwd1O8GPgGlF"
|
29 |
|
30 |
def chat_and_tts(user_input, history):
|
31 |
# Send the user's input to the chat session
|