mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
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.
This commit is contained in:
parent
a05176efda
commit
54717d81d7
@ -74,6 +74,14 @@ Make sure you pull the model into your ollama instance/s beforehand.
|
|||||||
"useLegacyCompletionsEndpoint": false,
|
"useLegacyCompletionsEndpoint": false,
|
||||||
"apiBase": "http://YOUROPENWEBUI/ollama/v1",
|
"apiBase": "http://YOUROPENWEBUI/ollama/v1",
|
||||||
"apiKey": "sk-YOUR-API-KEY"
|
"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": [
|
"customCommands": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user