Skip to content

noway/diy-llm-bot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY LLM Bot - API

API counterpart for github.com/noway/diy-llm-bot.

Try it out

You can try it out on diy-llm-bot.com.

Running

In development:

node --disable-warning=ExperimentalWarning --run dev

In production:

pm2 start node --name diy-llm-bot-api -- --disable-warning=ExperimentalWarning --run start

Links