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/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..4b8332baba --- /dev/null +++ b/demos/python_node.md @@ -0,0 +1,9 @@ +# Python Node {#ovms_demos_python_node} + +```{toctree} +--- +maxdepth: 1 +--- + +OpenClip with Python Execution +```