Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 308 Bytes

GPTquine

A LLM powered quine: Program that makes a request to ChatGPT to generate it's own source code and print it (probably not an actual quine without getting chatgpt to reveal it's source code :-).

Requirements

  • Requests
  • ChatGPT api key in the file api_key.txt
pip install requests