Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AchyuthGamer/OpenGPT-old
brunodoti
/
OpenGPT
like
0
Runtime error
App
Files
Files
Community
aa42f33
OpenGPT
/
g4f
/
typing.py
AchyuthGamer
Duplicate from AchyuthGamer/Neonaa
0c4cce1
about 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
from
typing
import
Dict
, NewType,
Union
,
Optional
,
List
, get_type_hints
sha256 = NewType(
'sha_256_hash'
,
str
)