gpt / gpt4free /etc /testing /test_gui.py
LoRDxdd's picture
Add gpt4free API for Hugging Face
a4b70d9
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parent.parent.parent))
from g4f.gui import run_gui
run_gui()