Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anustup
/
Youtube-QNA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aa5998e
Youtube-QNA
/
constants.py
Anustup
Upload 6 files
aa5998e
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
os
OPENAI_API_KEY = os.getenv(
"OPENAI_API_KEY"
)
OPENAI_API_BASE_URL =
"https://api.openai.com/v1"
OPEN_AI_MODEL =
"gpt-4-1106-preview"