mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
8 lines
149 B
Python
8 lines
149 B
Python
from dotenv import load_dotenv
|
|
import os
|
|
|
|
load_dotenv()
|
|
|
|
LLM_API_KEY = os.getenv("LLM_API_KEY")
|
|
ELEVENLABS_API_KEY = os.getenv("ELEVENLABS_API_KEY")
|