Ath commited on
Commit
5fbb19b
·
verified ·
1 Parent(s): 18a6160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/XfNU2rGpBa01ckF309OY"
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