Update blog/docs/articles/ai_functions_llama_stack.md

Co-authored-by: Calum Murray <cmurray@redhat.com>
This commit is contained in:
Matthias Wessendorf 2025-07-07 15:07:20 +02:00 committed by GitHub
parent aa188339ff
commit 8be9c350c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ The `LLSD_HOST` is pointing to the address of the Llama Stack instance. If the e
func config envs add --name=LLSD_HOST --value=http://llamastackdistribution-sample-service.default.svc.cluster.local:8321
```
#### Inference request with Knative Functions
### Inference request with Knative Functions
The main interaction for the actual inference is done in the `handle` function, which is executed on every request: