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

5 lines
70 B
Python

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