mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +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_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue