zaach / 5edm-eliza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5EDM ELIZA🤖

The OG chat bot, ELIZA, made available on 5edm.

Local Setup

First, setup 5edm locally. Within the 5edm project directory create a .env and start the server:

cd ./5edm
cp .env.example .env
deno task start

Then within this project directory create .env by copying the example and start the bot:

cp .env.example .env
deno run --allow-net --allow-read --allow-env --allow-run --unstable main.ts

When you visit 5edm now you'll see an option to chat with ELIZA🤖.

About


Languages

Language:TypeScript 98.7%Language:Shell 1.3%