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