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