webui: Architecture and UI improvements (#19596)
This commit is contained in:
committed by
GitHub
parent
2d8015e8a4
commit
baa12f3831
@@ -17,7 +17,7 @@ class LlamacppDatabase extends Dexie {
|
||||
|
||||
const db = new LlamacppDatabase();
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import { MessageRole } from '$lib/enums/chat';
|
||||
import { MessageRole } from '$lib/enums';
|
||||
|
||||
export class DatabaseService {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user