MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / gpt3.py

File gpt3.py

projects/ImagegenChatbot/gpt3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os
2import openai
3
4openai.api_key = os.getenv("OPENAI_API_KEY")

Callers

nothing calls this directly

Calls 1

responseFunction · 0.85

Tested by

no test coverage detected