prodigy-rlhf-ranking / prodigy.json
wesslen's picture
update sqlite path
a46029e
{
"port": 7860,
"host": "0.0.0.0",
"db": "sqlite",
"db_settings": {
"sqlite": {
"name": "prodigy.db",
"path": "/app"
}
},
"feed_overlap": true,
"show_stats": true
}