diff --git a/src/App.tsx b/src/App.tsx index 5cbf1b6..4311c18 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1941,6 +1941,7 @@ export default function App() { +
Interface
+
Ollama
+
+ + setOllamaUrl(event.target.value)} + placeholder={DEFAULT_OLLAMA_URL} + /> +
+
+ + + {ollamaError ? ( +
{ollamaError}
+ ) : null} +
+
+ +