Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 632 Bytes

Clippy

Giving the power of AI to everyone's favorite paperclip

image

What can it do

It answers questions using the GPT3 API, work is being done to migrate it to the new ChatGPT API

How do I use it?

  1. git clone https://github.com/Bluebotlaboratories/Clippy
  2. pip3 install -r requirements.txt
  3. Add your OpenAI API key to the secrets.json file
  4. If you want Clippy to remember history at the cost of tokens, change the useMemory in models.py
  5. Run python main.py
  6. "Enjoy"