Skip to content

Same-Page/chat-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First install Python packages

cd src
pip install -r requirements.txt

Then you can run it as

export sp_env=local
Python app.py

sp_env = local|proxy_prod

local uses in memory cache; proxy_prod uses production cache but proxied through, since you can't access production cache directly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages