Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stefanches
/
OpenBIDSifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
51f795f
OpenBIDSifier
/
agent.py
earrieta
initial commit
7428353
3 months ago
raw
Copy download link
history
blame
136 Bytes
import
openai
import
os
from
dotenv
import
load_dotenv
load_dotenv()
openai.api_key = os.getenv(
"OPENAI_API_KEY"
)
client = OpenAI()