We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d13b6 commit 513b83aCopy full SHA for 513b83a
1 file changed
docs/getting-started/quickstart.md
@@ -98,7 +98,7 @@ print(f"Status: {status.status}")
98
99
```python
100
for provider in client.providers.list():
101
- print(f"{provider.id}: {provider.name}")
+ print(f"{provider.resource.id}: {provider.name}")
102
103
benchmarks = client.benchmarks.list(provider_id="lm_evaluation_harness")
104
for b in benchmarks:
0 commit comments