mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:02:36 +00:00
minor fix on unregister api param
This commit is contained in:
parent
58d664ab31
commit
e4f11296b6
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class DatasetsClient(Datasets):
|
||||||
response = await client.delete(
|
response = await client.delete(
|
||||||
f"{self.base_url}/datasets/unregister",
|
f"{self.base_url}/datasets/unregister",
|
||||||
params={
|
params={
|
||||||
"dataset_id": json.loads(dataset_id),
|
"dataset_id": dataset_id,
|
||||||
},
|
},
|
||||||
headers={"Content-Type": "application/json"},
|
headers={"Content-Type": "application/json"},
|
||||||
timeout=60,
|
timeout=60,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue