freegpt-webui / g4f /typing.py
monra's picture
Adds all providers from the original API
d4adf88
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)