Update conversational-search.md (#5610)

Signed-off-by: Kalyan <kalyan.ben10@live.com>
This commit is contained in:
Kalyan 2023-11-17 02:23:53 +05:30 committed by GitHub
parent 72ef804197
commit 924918b193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,7 @@ Use the following steps to set up an HTTP connector using the OpenAI GPT 3.5 mod
1. Create a new model group for the connected model. You'll use the `model_group_id` returned by the Register API to register the model:
```json
POST /_plugins/_ml/model_group/_register
POST /_plugins/_ml/model_groups/_register
{
"name": "public_model_group",
"description": "This is a public model group"