Fix incorrect ollama port in ollama run.yaml template

Summary:
Default port number was not correct ollama port number 11434.
This commit is contained in:
Vladimir Ivic 2024-11-18 12:39:02 -08:00
parent 0784284ab5
commit b2630901c3

View file

@ -16,7 +16,7 @@ providers:
- provider_id: ollama0
provider_type: remote::ollama
config:
url: http://127.0.0.1:14343
url: http://127.0.0.1:11434
safety:
- provider_id: meta0
provider_type: inline::llama-guard