This commit is contained in:
Roshan Venugopal 2023-11-16 13:10:11 -06:00 committed by GitHub
commit f701ca7eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ import json
import time import time
import simpleaudio as sa import simpleaudio as sa
import errno import errno
from elevenlabs import generate, play, voices from elevenlabs import generate, play, voices, set_api_key
#Enter your Eleven labs API key
set_api_key("")
client = OpenAI() client = OpenAI()