Skip to content

1p22geo/wikipedai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://somewhere:27017 -e OLLAMA_URI=https://somewhere:9000 -e URL_BASE=https://0.0.0.0:3000 1p22geo/wikipedai

Running it yourself

Create .env.local

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

Run commands

yarn install
yarn build
yarn start

About

Wikipedia but AI-generated editable articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published