File tree Expand file tree Collapse file tree
src/reachy_claw/plugins/dashboard_static Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,6 +275,10 @@ <h3>LLM</h3>
275275 < option value ="gateway "> OpenClaw</ option >
276276 </ select >
277277 </ div >
278+ < div class ="toggle-row " id ="ollama-url-row ">
279+ < span class ="toggle-label "> Ollama URL</ span >
280+ < input type ="text " class ="url-input " id ="ollama-url " value ="http://localhost:11434 " placeholder ="http://IP:11434 ">
281+ </ div >
278282 < div class ="toggle-row " id ="ollama-model-row ">
279283 < span class ="toggle-label "> Model</ span >
280284 < select id ="ollama-model " class ="lang-select ">
@@ -283,10 +287,6 @@ <h3>LLM</h3>
283287 < option value ="qwen3.5:4b "> qwen3.5:4b</ option >
284288 </ select >
285289 </ div >
286- < div class ="toggle-row " id ="ollama-url-row ">
287- < span class ="toggle-label "> Ollama URL</ span >
288- < input type ="text " class ="url-input " id ="ollama-url " value ="http://localhost:11434 " placeholder ="http://IP:11434 ">
289- </ div >
290290 < div class ="toggle-row " id ="gateway-host-row ">
291291 < span class ="toggle-label "> Gateway Host</ span >
292292 < input type ="text " class ="url-input " id ="gateway-host " value ="127.0.0.1 " placeholder ="IP address ">
You can’t perform that action at this time.
0 commit comments