Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
canserai
/
gg
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e213a3a
gg
/
g4f
/
Provider
/
needs_auth
/
OpenaiAccount.py
mfoud444
first commit
79859e3
2 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
from
__future__
import
annotations
from
.OpenaiChat
import
OpenaiChat
class
OpenaiAccount
(
OpenaiChat
):
needs_auth =
True
parent =
"OpenaiChat"
image_models = [
"dall-e"
]