Skip to content

Commit c220a4b

Browse files
authored
update github links to official meta-llama org/account (#68)
some links in the readme are to the stale repository url under an old org/account this pr updates them to the new https://github.com/meta-llama/llama-stack-client-python base url
1 parent eff4661 commit c220a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ session = response.parse() # get the object that `agents.sessions.create()` wou
243243
print(session.session_id)
244244
```
245245

246-
These methods return an [`APIResponse`](https://github.com/stainless-sdks/llama-stack-python/tree/main/src/llama_stack_client/_response.py) object.
246+
These methods return an [`APIResponse`](https://github.com/meta-llama/llama-stack-python/tree/main/src/llama_stack_client/_response.py) object.
247247

248-
The async client returns an [`AsyncAPIResponse`](https://github.com/stainless-sdks/llama-stack-python/tree/main/src/llama_stack_client/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
248+
The async client returns an [`AsyncAPIResponse`](https://github.com/meta-llama/llama-stack-python/tree/main/src/llama_stack_client/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
249249

250250
#### `.with_streaming_response`
251251

@@ -342,7 +342,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
342342

343343
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
344344

345-
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/llama-stack-python/issues) with questions, bugs, or suggestions.
345+
We are keen for your feedback; please open an [issue](https://www.github.com/meta-llama/llama-stack-python/issues) with questions, bugs, or suggestions.
346346

347347
### Determining the installed version
348348

0 commit comments

Comments
 (0)