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

Commit

Permalink
table spacing and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nihit committed Mar 21, 2024
1 parent 31ed005 commit 3a5ece7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ refuel_client = refuel.init(**options)
Here’s the complete list of initialization options currently supported:


| Option | Is Required | Default Value | Comments |
| :------------- | :-----------| :-------------| :------- |
| `api_key` | Yes | None | Used to authenticate all requests to the API server |
| `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 |
| `timeout` | No | 60 | Timeout in seconds |
| `max_retries` | No | 3 | Max number of retries for failed requests |
| `max_workers` | No | Num CPUs (os.cpu_count()) | Max number of concurrent requests to the API server |
| Option | Is Required | Default Value | Comments |
| :------------- | :-----------| :-------------| :------- |
| `api_key` | Yes | None | Used to authenticate all requests to the API server |
| `project` | Yes | None | The name of the project you plan to use for the current session |
| `timeout` | No | 60 | Timeout in seconds |
| `max_retries` | No | 3 | Max number of retries for failed requests |
| `max_workers` | No | Num CPUs (os.cpu_count()) | Max number of concurrent requests to the API server |


## Projects
Expand Down

0 comments on commit 3a5ece7

Please sign in to comment.