Merge pull request #230 from abhaysingh1122/fix-elevenlabs-env-var
Fix: Correct environment variable name for ElevenLabs API
This commit is contained in:
commit
3f80a039ae
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if generate_button:
|
|||
else:
|
||||
# Set API keys as environment variables for Agno and Tools
|
||||
os.environ["OPENAI_API_KEY"] = openai_api_key
|
||||
os.environ["ELEVENLABS_API_KEY"] = elevenlabs_api_key
|
||||
os.environ["ELEVEN_LABS_API_KEY"] = elevenlabs_api_key
|
||||
os.environ["FIRECRAWL_API_KEY"] = firecrawl_api_key
|
||||
|
||||
with st.spinner("Processing... Scraping blog, summarizing and generating podcast 🎶"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue