Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 114 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 114 Bytes

chatgptcli

Shell function to add to bashrc:

function gpt() {
  (cd <folder> && python main.py "$@")
}