Skip to content

Commit 513b83a

Browse files
tarilabsclaude
andauthored
docs: some audit from Ambient (#32)
Signed-off-by: tarilabs <matteo.mortari@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 00d13b6 commit 513b83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ print(f"Status: {status.status}")
9898

9999
```python
100100
for provider in client.providers.list():
101-
print(f"{provider.id}: {provider.name}")
101+
print(f"{provider.resource.id}: {provider.name}")
102102

103103
benchmarks = client.benchmarks.list(provider_id="lm_evaluation_harness")
104104
for b in benchmarks:

0 commit comments

Comments
 (0)