mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-31 22:19:25 +02:00
This adds a new setting in the chat app under "models & settings" where the user can set "Remote Ollama URL" to an IP or hostname of another device on the network running ollama which is also running with the setting "OLLAMA_HOST=0.0.0.0:11434"
3 lines
249 B
TypeScript
3 lines
249 B
TypeScript
import { KVStoreKey } from "../types/kv_store.js";
|
|
|
|
export const SETTINGS_KEYS: KVStoreKey[] = ['chat.suggestionsEnabled', 'chat.lastModel', 'ui.hasVisitedEasySetup', 'ui.theme', 'system.earlyAccess', 'ai.assistantCustomName', 'ai.remoteOllamaUrl']; |