mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
5 lines
75 B
Python
5 lines
75 B
Python
from peewee import *
|
|
|
|
DB = SqliteDatabase("./data/ollama.db")
|
|
DB.connect()
|