From 3a5ece770836ecd5832da961d5318b6791cf5ef9 Mon Sep 17 00:00:00 2001 From: Nihit Date: Thu, 21 Mar 2024 12:50:51 -0700 Subject: [PATCH] table spacing and alignment --- docs/python-sdk.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/python-sdk.md b/docs/python-sdk.md index 5161077..5442510 100644 --- a/docs/python-sdk.md +++ b/docs/python-sdk.md @@ -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