Skip to content

This Python code utilizes the OpenAI API to generate a Python script based on a prompt provided as a command-line argument

Notifications You must be signed in to change notification settings

marekhotshot/python-openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-openai

This Python code utilizes the OpenAI API to generate a Python script based on a prompt provided as a command-line argument.

Example: python3 python-openai.py "migrate any website + mariadb database from one virtual machine to another using ssh and rsync, for paths and credentials use variables in the beginning of the script, first do the database dump into website root folder to rsync it together with the web and then import in target" "migrate-website.py"

About

This Python code utilizes the OpenAI API to generate a Python script based on a prompt provided as a command-line argument

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages