forked from open-webui/open-webui
feat: ollama version check
This commit is contained in:
parent
665ba90d34
commit
832770e7b2
3 changed files with 108 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
// Backend
|
||||
export const info = writable({});
|
||||
export const config = writable(undefined);
|
||||
export const user = writable(undefined);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue