Skip to content

Bluebotlaboratories/Clippy

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages