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