Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 512 Bytes

WikipedAI

Like Wikipedia, but AI-generated

I don't have anything more to say about it.

Running in Docker

docker run -itd -p 3000:3000 -e MONGO_URI=mongodb://somewhere:27017 -e OLLAMA_URI=http://somewhere:9000 -e URL_BASE=http://0.0.0.0:3000 1p22geo/wikipedai

Running it yourself

Create .env.local

MONGO_URI=mongodb://somewhere:27017
OLLAMA_URI=http://somewhere:9000
URL_BASE=http://localhost:3000

Run commands

yarn install
yarn build
yarn start