Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 391 Bytes

LizaChatBot

GPT-3 chatbot with long-term memory and external sources

Things to add

  1. Thoughts. This chatbot needs to be able to think in private
  2. Vector database use redis search for that
  3. Paralellise explains itself. Only 2 request to gpt3 is needed to complete the request, though currently the input does not show up until we've organized our notes and everything.