mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
external ollama server support added
This commit is contained in:
@@ -8,13 +8,12 @@
|
||||
import 'highlight.js/styles/dark.min.css';
|
||||
|
||||
import type { PageData } from './$types';
|
||||
import { ENDPOINT } from '$lib/contants';
|
||||
import { onMount, tick } from 'svelte';
|
||||
|
||||
import { openDB, deleteDB } from 'idb';
|
||||
|
||||
export let data: PageData;
|
||||
$: ({ models } = data);
|
||||
$: ({ models, ENDPOINT } = data);
|
||||
let textareaElement;
|
||||
let db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user