We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf4e24 commit bdd65e5Copy full SHA for bdd65e5
website/docs/topics/llm_configuration.ipynb
@@ -77,7 +77,7 @@
77
" ```\n",
78
" </TabItem>\n",
79
" <TabItem value=\"azureopenai\" label=\"Azure OpenAI\">\n",
80
- " - `model` (required, type: string): The deployment to be used. The model corresponds to the deployment name on Azure OpenAI.\n",
+ " - `model` (str, required): The deployment to be used. The model corresponds to the deployment name on Azure OpenAI.\n",
81
" - `api_key` (str, optional): The API key required for authenticating requests to the model's API endpoint.\n",
82
" - `api_type`: `azure`\n",
83
" - `base_url` (str, optional): The base URL of the API endpoint. This is the root address where API calls are directed.\n",
0 commit comments