mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-02 10:19:44 -05:00
5 lines
75 B
Python
5 lines
75 B
Python
from peewee import *
|
|
|
|
DB = SqliteDatabase("./data/ollama.db")
|
|
DB.connect()
|