Spaces:
Running
Running
File size: 75 Bytes
db694c4 |
1 2 3 4 |
import os
def get_openai_api_key():
return os.getenv("OPENAI_API_KEY") |