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