BDAi-By-Azad / g4f_cli.py
bdaibyazad's picture
Upload folder using huggingface_hub
9bf0a81 verified
#!/usr/bin/env python3
"""
Entry point for g4f CLI executable builds
This file is used as the main entry point for building executables with Nuitka
"""
import g4f.debug
g4f.debug.enable_logging()
import g4f.cli
if __name__ == "__main__":
g4f.cli.main()