Apply pre-commit fixes

This commit is contained in:
github-actions[bot] 2025-08-09 20:46:54 +00:00
parent 0c69e9c34c
commit 9f9d144491

View file

@ -4,18 +4,3 @@
Databricks inference provider for running models on Databricks' unified analytics platform.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `url` | `<class 'str'>` | No | | The URL for the Databricks model serving endpoint |
| `api_token` | `<class 'str'>` | No | | The Databricks API token |
## Sample Configuration
```yaml
url: ${env.DATABRICKS_URL:=}
api_token: ${env.DATABRICKS_API_TOKEN:=}
```