This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
open-webui
Watch
1
Star
0
Fork
0
You've already forked open-webui
mirror of
https://github.com/open-webui/open-webui.git
synced
2025-12-16 20:07:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbdae0f76929068db11b333443f1c9f01f97fe9f
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-25 21:44:28 -08:00
from
peewee
import
*
fix: docker container volume mount location
2023-12-27 00:11:23 -08:00
DB
=
SqliteDatabase
(
"
./data/ollama.db
"
)
feat: db migration to sqlite
2023-12-25 21:44:28 -08:00
DB
.
connect
(
)
Reference in New Issue
Copy Permalink