feat: ollama version check

This commit is contained in:
Timothy J. Baek 2023-12-14 19:43:52 -08:00
parent 665ba90d34
commit 832770e7b2
3 changed files with 108 additions and 11 deletions

View file

@ -1,6 +1,7 @@
import { writable } from 'svelte/store';
// Backend
export const info = writable({});
export const config = writable(undefined);
export const user = writable(undefined);