Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui-chimera
like
22
Runtime error
App
Files
Files
Community
4
dccafc7
freegpt-webui-chimera
/
g4f
/
typing.py
monra
Synced repo using 'sync_with_huggingface' Github Action
f044b10
over 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
)