feat: allow setting ollama host (#874)

This commit is contained in:
Yingjie He
2025-01-29 11:34:41 -08:00
committed by GitHub
parent c59bf888e8
commit 129e4a9e44
12 changed files with 40 additions and 12 deletions

View File

@@ -54,6 +54,7 @@ export function ConfigureExtensionModal({
body: JSON.stringify({
key: envKey,
value: value.trim(),
isSecret: true,
}),
});