Verbomate

Run LLM generated scripts in CLI

1.pip install verbomate2.verbomate -key YOUR_OPEN_AI_KEY3.verbomate "create hello_world.txt"
$ verbomate "create hello_world.txt"
------------------------
START OF SCRIPT
with open('hello_world.txt', 'w') as file:
  file.write('Hello, World!')
END OF SCRIPT
------------------------
$
View the Code on GitHub