You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
11
11
12
12
## Documentation
13
13
14
-
For starting up a Llama Stack server, please checkout our guides in our [llama-stack](https://github.com/meta-llama/llama-stack/blob/main/docs/resources/llama-stack-spec.html) repo.
14
+
For starting up a Llama Stack server, please checkout our guides in our [llama-stack](https://github.com/meta-llama/llama-stack/blob/main/docs/resources/llama-stack-spec.html) repo.
15
15
16
16
The REST API documentation can be found on our [llama-stack OpenAPI spec](https://github.com/meta-llama/llama-stack/blob/main/docs/resources/llama-stack-spec.html). The full API of this library can be found in [api.md](api.md).
17
17
@@ -25,7 +25,7 @@ pip install llama-stack-client
25
25
26
26
## Usage
27
27
28
-
The full API of this library can be found in [api.md](api.md). You may find basic client examples in the [/examples](./examples/) folder.
28
+
The full API of this library can be found in [api.md](api.md). You may find basic client examples in the [/examples](./examples/) folder.
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SDK Examples
2
2
3
-
Basic demo client scripts to help you get started with using SDK. For more complex app examples, please checkout our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main) repo.
3
+
Basic demo client scripts to help you get started with using SDK. For more complex app examples, please checkout our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main) repo.
0 commit comments