mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
from peewee import *
|
|
|
|
DB = SqliteDatabase("./ollama.db")
|
|
DB.connect()
|