mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
|
from g4f.interference import run_interference
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
run_interference()
|