Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 3a5ece7

Browse files
committed
table spacing and alignment
1 parent 31ed005 commit 3a5ece7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/python-sdk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ refuel_client = refuel.init(**options)
5151
Here’s the complete list of initialization options currently supported:
5252

5353

54-
| Option | Is Required | Default Value | Comments |
55-
| :------------- | :-----------| :-------------| :------- |
56-
| `api_key` | Yes | None | Used to authenticate all requests to the API server |
57-
| `project` | Yes | None | The name of the project you plan to use for the current session. This is analogous to setting the project from the top-level dropdown in the app.refuel.ai |
58-
| `timeout` | No | 60 | Timeout in seconds |
59-
| `max_retries` | No | 3 | Max number of retries for failed requests |
60-
| `max_workers` | No | Num CPUs (os.cpu_count()) | Max number of concurrent requests to the API server |
54+
| Option | Is Required | Default Value | Comments |
55+
| :------------- | :-----------| :-------------| :------- |
56+
| `api_key` | Yes | None | Used to authenticate all requests to the API server |
57+
| `project` | Yes | None | The name of the project you plan to use for the current session |
58+
| `timeout` | No | 60 | Timeout in seconds |
59+
| `max_retries` | No | 3 | Max number of retries for failed requests |
60+
| `max_workers` | No | Num CPUs (os.cpu_count()) | Max number of concurrent requests to the API server |
6161

6262

6363
## Projects

0 commit comments

Comments
 (0)