Files
open-webui/backend/apps/web/internal/db.py
T

5 lines
75 B
Python

from peewee import *
DB = SqliteDatabase("./data/ollama.db")
DB.connect()