Update openAPIKey to openAIKey

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10694
GitOrigin-RevId: 82636e56213ec20f9b586d7d131aa8ed98162c86
This commit is contained in:
Brandon Martin 2024-02-21 08:52:54 -07:00 committed by hasura-bot
parent 38d22c02f6
commit 040607e593

View File

@ -103,7 +103,7 @@ At this point, we'll need to configure a few parameters:
| Database Name | The name of your Weaviate database. |
| `apiKey` | The API key for your Weaviate database. |
| `host` | The URL of your Weaviate database. |
| `openAPIKey` | The OpenAI key for use with your Weaviate database. |
| `openAIKey` | The OpenAI key for use with your Weaviate database. |
| `scheme` | The URL scheme for your Weaviate database (http/https). |
:::info Where can I find these parameters?