mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
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:
parent
0784284ab5
commit
b2630901c3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ providers:
|
||||||
- provider_id: ollama0
|
- provider_id: ollama0
|
||||||
provider_type: remote::ollama
|
provider_type: remote::ollama
|
||||||
config:
|
config:
|
||||||
url: http://127.0.0.1:14343
|
url: http://127.0.0.1:11434
|
||||||
safety:
|
safety:
|
||||||
- provider_id: meta0
|
- provider_id: meta0
|
||||||
provider_type: inline::llama-guard
|
provider_type: inline::llama-guard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue