You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -481,10 +481,10 @@ if res is not None:
481
481
482
482
Handling errors in this SDK should largely match your expectations. All operations return a response object or raise an error. If Error objects are specified in your OpenAPI Spec, the SDK will raise the appropriate Error type.
You can override the default server globally by passing a server name to the `server: str` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
522
522
523
-
| Name | Server | Variables |
524
-
| ----- | ------ | --------- |
525
-
|`prod`|`https://api.mistral.ai`| None |
523
+
| Name | Server| Variables |
524
+
| ------|------------------------ | --------- |
525
+
|`prod`|`https://api.mistral.ai`| None |
526
526
527
527
#### Example
528
528
@@ -653,9 +653,9 @@ s = Mistral(async_client=CustomClient(httpx.AsyncClient()))
653
653
654
654
This SDK supports the following security scheme globally:
To authenticate with the API the `api_key` parameter must be set when initializing the SDK client instance. For example:
661
661
```python
@@ -709,4 +709,4 @@ Generally, the SDK will work well with most IDEs out of the box. However, when u
709
709
## Contributions
710
710
711
711
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
712
-
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
712
+
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
0 commit comments