mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
5 lines
75 B
Python
5 lines
75 B
Python
from peewee import *
|
|
|
|
DB = SqliteDatabase("./data/ollama.db")
|
|
DB.connect()
|