diff --git a/docs/docs/providers/inference/remote_databricks.mdx b/docs/docs/providers/inference/remote_databricks.mdx index b5e99d4f2..7f736db9d 100644 --- a/docs/docs/providers/inference/remote_databricks.mdx +++ b/docs/docs/providers/inference/remote_databricks.mdx @@ -15,11 +15,11 @@ Databricks inference provider for running models on Databricks' unified analytic | Field | Type | Required | Default | Description | |-------|------|----------|---------|-------------| | `url` | `` | No | | The URL for the Databricks model serving endpoint | -| `api_token` | `` | No | | The Databricks API token | +| `api_token` | `` | No | | The Databricks API token | ## Sample Configuration ```yaml -url: ${env.DATABRICKS_URL:=} -api_token: ${env.DATABRICKS_API_TOKEN:=} +url: ${env.DATABRICKS_HOST:=} +api_token: ${env.DATABRICKS_TOKEN:=} ```