API counterpart for github.com/noway/diy-llm-bot.
You can try it out on diy-llm-bot.com.
In development:
node --disable-warning=ExperimentalWarning --run dev
In production:
pm2 start node --name diy-llm-bot-api -- --disable-warning=ExperimentalWarning --run start
- Frontend repo: noway/diy-llm-bot