Skip to content

daveshap/NLCA_CURIE_Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLCA Discord - Barebones

This is an ultra-lightweight barebones version of NLCA (Natural Language Cognitive Architecture) using only CURIE (GPT-3) and SQLITE. Consider this the training-wheels version. Since this will use CURIE the prompts should be portable to other technologies like GPT-J. This version uses SQLITE and CURIE so as to be as light and cheap as possible at the cost of intelligence. This version also lacks a KB (knowledge base) for now. This version of NLCA is very dumb. Please set your expectations accordingly.

Architecture

Discord Architecture

Setup

Discord Bot

You'll need to open a Discord Developer account and create a bot. This process is pretty simple. Check it out here:

  1. Setup your bot here: https://discord.com/developers/applications
  2. Get your API key and put in into this repo as discordkey.txt
  3. Don't worry about accidentally sharing this - this file is excluded in .gitignore
  4. Update the guild and channel information in discord_svc.py

OpenAI Key

For this version you will also need access to OpenAI GPT-3.

  1. Go get an account at https://beta.openai.com/
  2. Create your API key and put into this repo as openaiapikey.txt
  3. Don't worry about accidentally sharing this - this file is excluded in .gitignore

Legal

Raven is based upon Natural Language Cognitive Architecture ("NLCA"). NLCA is based upon MARAGI. All of the above are Open Source Software released under the MIT license starting in 2018. See below for a list of related repositories. These repositories, having been publicly posted in a version controlled platform, serve as "prior art" - a legal term meaning they cannot be patented.

Therefore any and all technologies, methods, techniques, and inventions herein described are unpatentable under 35 U.S.C. 102

And yes, GitHub can serve as prior art!

About

Raven experiment entirely with CURIE engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published