From 54717d81d77c3ae5580ced8ae8898df8db4a2b22 Mon Sep 17 00:00:00 2001 From: Diwakar Date: Sun, 2 Mar 2025 02:26:55 +0700 Subject: [PATCH] Update continue-dev.md The current documentation focuses only on using models from ollama in continue.dev. This doc update adds example to show how to add models from outside of ollama; from the pipeline. --- docs/tutorials/integrations/continue-dev.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tutorials/integrations/continue-dev.md b/docs/tutorials/integrations/continue-dev.md index 7f7afa0a..6af7c1de 100644 --- a/docs/tutorials/integrations/continue-dev.md +++ b/docs/tutorials/integrations/continue-dev.md @@ -74,6 +74,14 @@ Make sure you pull the model into your ollama instance/s beforehand. "useLegacyCompletionsEndpoint": false, "apiBase": "http://YOUROPENWEBUI/ollama/v1", "apiKey": "sk-YOUR-API-KEY" + }, + { + "title": "Model ABC from pipeline", + "provider": "openai", + "model": "PIPELINE_MODEL_ID", + "useLegacyCompletionsEndpoint": false, + "apiBase": "http://YOUROPENWEBUI/api", + "apiKey": "sk-YOUR-API-KEY" } ], "customCommands": [