diff --git a/apps/sap-drawio/config.json b/apps/sap-drawio/config.json index 4db2ed4..e54be09 100644 --- a/apps/sap-drawio/config.json +++ b/apps/sap-drawio/config.json @@ -5,14 +5,19 @@ "short_desc": "Turn a hand-drawn or Mermaid sketch into a polished SAP BTP draw.io diagram.", "author": "alexz", "port": 8011, - "categories": ["development", "utilities"], + "categories": [ + "development", + "utilities" + ], "tipi_version": 1, "version": "1.0.0", "source": "https://git.alexzaw.dev/alexz/sap-architecture-diagrams", "website": "https://git.alexzaw.dev/alexz/sap-architecture-diagrams", "exposable": true, "dynamic_config": true, - "supported_architectures": ["amd64"], + "supported_architectures": [ + "amd64" + ], "min_tipi_version": "4.0.0", "form_fields": [ { @@ -21,7 +26,7 @@ "hint": "Ollama-compatible LLM host", "required": true, "env_variable": "OLLAMA_URL", - "default": "http://192.168.0.32:11434" + "default": "http://172.17.0.1:11434" }, { "type": "text", @@ -35,7 +40,7 @@ "label": "Validator model", "required": true, "env_variable": "VALIDATOR_MODEL", - "default": "gemma4:31b" + "default": "qwen3-vl:8b" }, { "type": "password",