Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/code_local_assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 13 additions & 0 deletions demos/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OpenAI API Integrations {#ovms_demos_integrations}

```{toctree}
---
maxdepth: 1
---

OpenWebUI <ovms_demos_integration_with_open_webui>
VSC Continue dev <ovms_demos_code_completion_vsc>
```



9 changes: 9 additions & 0 deletions demos/python_node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Python Node {#ovms_demos_python_node}

```{toctree}
---
maxdepth: 1
---
OpenClip with Python Execution <ovms_demo_clip_image_classification>
```