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