mirror of https://github.com/knative/docs.git
saying init is a function
This commit is contained in:
parent
ae786804cb
commit
13fd0faf66
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue