This website requires JavaScript.
Explore
Help
Sign In
tdpeuter
/
open-webui
Watch
1
Fork
You've already forked open-webui
0
forked from
open-webui/open-webui
Code
Issues
Pull requests
1
Releases
2
Packages
Activity
Actions
60658abbbc
open-webui
/
backend
/
apps
/
web
/
internal
/
db.py
5 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
feat: db migration to sqlite
2023-12-26 06:44:28 +01:00
from
peewee
import
*
fix: docker container volume mount location
2023-12-27 09:11:23 +01:00
DB
=
SqliteDatabase
(
"
./data/ollama.db
"
)
feat: db migration to sqlite
2023-12-26 06:44:28 +01:00
DB
.
connect
(
)
Copy permalink