mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
64fe0ee487
gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run
4 lines
96 B
Python
4 lines
96 B
Python
from g4f.interference import run_interference
|
|
|
|
if __name__ == '__main__':
|
|
run_interference() |