saying init is a function

This commit is contained in:
Matthias Wessendorf 2025-07-07 15:09:38 +02:00 committed by GitHub
parent ae786804cb
commit 13fd0faf66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ dependencies = [
### Accessing the Llama Stack Server
Inside the `init` we get access to the URL of the _Llama Stack_ and fetch the available models:
Inside the `init` function we get access to the URL of the _Llama Stack_ and fetch the available models:
```python
...
@ -262,4 +262,4 @@ We have seen that the new Python runtime for Knative Functions is handling AI in
To learn more about Knative Functions visit the [documentation](docs/functions){:target="_blank"} on our website or join our CNCF Slack channel [#knative-functions](https://cloud-native.slack.com/archives/C04LKEZUXEE)!
Enjoy!
Enjoy!