Skip to content

XitoAliferis/linku-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linku-backend

To run the backend

vercel dev

To run the Letta server locally

Recursively clone Letta

git clone --recursive https://github.com/letta-ai/letta.git

Build the docker if you havent

cd letta
docker build .

Setup your enviorment keys

LETTA_PG_URI=postgresql://postgres.id:password@aws-0-us-west-1.pooler.supabase.com:####/postgres
LETTA_PG_DB=postgres
LETTA_PG_PORT=####
ANTHROPIC_API_KEY=sk-ant-
OPENAI_API_KEY=sk-proj-

Run the docker after setting

docker run --env-file .env -p 8283:8283 letta/letta:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors