mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix: deprecated endpoint in Stainless config example
Replace deprecated `post /v1/models` with `get /v1/models` in the headline example to fix Stainless Endpoint/NotFound error. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
a58d9a65f1
commit
827cc9b9b8
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ readme:
|
|||
params: &ref_0 {}
|
||||
headline:
|
||||
type: request
|
||||
endpoint: post /v1/models
|
||||
endpoint: get /v1/models
|
||||
params: *ref_0
|
||||
pagination:
|
||||
type: request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue