Merge pull request #425 from diwakar-s-maurya/patch-3

Update continue-dev.md
This commit is contained in:
Timothy Jaeryang Baek 2025-03-05 13:55:43 -08:00 committed by GitHub
commit 33956c8235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [