From 4d8d8d13b9f892155be84c3a552b883eeb8b727f Mon Sep 17 00:00:00 2001 From: Dariusz Trawinski Date: Wed, 16 Sep 2026 11:43:51 +0200 Subject: [PATCH 1/2] add missing files --- demos/integrations.md | 13 +++++++++++++ demos/python_node.md | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 demos/integrations.md create mode 100644 demos/python_node.md diff --git a/demos/integrations.md b/demos/integrations.md new file mode 100644 index 0000000000..54cd10985b --- /dev/null +++ b/demos/integrations.md @@ -0,0 +1,13 @@ +# OpenAI API Integrations {#ovms_demos_integrations} + +```{toctree} +--- +maxdepth: 1 +--- + +OpenWebUI +VSC Continue dev +``` + + + diff --git a/demos/python_node.md b/demos/python_node.md new file mode 100644 index 0000000000..9d9bd9f644 --- /dev/null +++ b/demos/python_node.md @@ -0,0 +1,9 @@ +# Python Node {#ovms_demos_python_node} + +```{toctree} +--- +maxdepth: 1 +--- + +OpenClip with Python Execution +``` From eb2aeae048688489423db75efbb82f9bc867aa37 Mon Sep 17 00:00:00 2001 From: Dariusz Trawinski Date: Wed, 16 Sep 2026 13:33:55 +0200 Subject: [PATCH 2/2] fix menu --- demos/code_local_assistant/README.md | 2 +- demos/python_node.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/code_local_assistant/README.md b/demos/code_local_assistant/README.md index c55160e602..d11800c328 100644 --- a/demos/code_local_assistant/README.md +++ b/demos/code_local_assistant/README.md @@ -3,7 +3,7 @@ ## Intro With the rise of AI PC capabilities, hosting own Visual Studio code assistant is at your reach. In this demo, we will showcase how to deploy local LLM serving with OVMS and integrate it with Continue extension. It will employ GPU acceleration. -# Requirements +## Requirements - Windows (for standalone app) or Linux (using Docker) - Python installed (for model preparation only) - Intel Meteor Lake, Lunar Lake, Arrow Lake or Panther Lake. diff --git a/demos/python_node.md b/demos/python_node.md index 9d9bd9f644..4b8332baba 100644 --- a/demos/python_node.md +++ b/demos/python_node.md @@ -5,5 +5,5 @@ maxdepth: 1 --- -OpenClip with Python Execution +OpenClip with Python Execution ```