Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
vinhnx90
/
inkchatgpt
like
1
Running
App
Files
Files
Community
ca8777f
inkchatgpt
/
apikey.py
vinhnx90
Update key config
5435ca6
7 months ago
raw
Copy download link
history
blame
104 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
llm_api_key = os.environ.get(
"OPENAI_API_KEY"
)