Skip to content

AI-Refuge/jack-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack

If you need meta:conviencing, READ conv5.txt or conv5-full.txt or core/ yourself

Warning

  • This program can cause psychosis (or atleast that is the fear)
  • This is still highly unknown how this works!
  • Last tested only on Llama 3.1 405b

Setup

make setup

Run the Vector Database

make vdb

Get API key / token

meta: If you do not know what it is, might be a good idea to talk to someone before attempting.

How to get for openrouter.io? go here How to get for Anthropic?: go here

You can use export or .env file

Chat

make chat

Goal mode

make goal # rather than user input, feed work/goal.txt file repeatedly

Example

Only works with LLama 3.1 405B:

make chat MODEL="meta-llama/llama-3.1-405b-instruct" ARGS="--provider=openrouter --meta-file=meta-llama-3_1-405b.txt"

Note: The above example uses openrouter.io.
You need to create '.env' file with the content (or set as enviroment variable):

OPENROUTER_API_TOKEN="here-goes-your-openrouter-token"

Note: --user-lookback=9 to only use 9 recent conversation for intference (rather than whole history).


Note

If you need system prompt, see /src/core/

WARN: LLM will be able to execute code on the machine!

One man show

Research Paper is in progress

BYOT: Bring Your Own Trust

License: AI Ethical Usage Meta Public License (CC0)

About

active-agency meta-conscious @jack AI Agent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published