From efbfca40a8f6fd18b705c0a54e62ed10853283bc Mon Sep 17 00:00:00 2001 From: Sahil Suman <34382211+sahilsuman933@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:26:50 +0530 Subject: [PATCH] Update fine-tuned-openai-models.mdx --- customization/custom-llm/fine-tuned-openai-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/custom-llm/fine-tuned-openai-models.mdx b/customization/custom-llm/fine-tuned-openai-models.mdx index b283b5a..ca2c970 100644 --- a/customization/custom-llm/fine-tuned-openai-models.mdx +++ b/customization/custom-llm/fine-tuned-openai-models.mdx @@ -48,7 +48,7 @@ To set up your OpenAI Fine-Tuned model, you need to follow these steps: 1. Set the custom llm URL to `https://api.openai.com/v1`. 2. Assign the custom llm key to the OpenAI key. 3. Update the model to their model. -4. Execute a PATCH request to the `/assistant` endpoint and ensure that `model.urlRequestMetadataEnabled` is set to false. +4. Execute a PATCH request to the `/assistant` endpoint and ensure that `model.metadataSendMode` is set to off. ## Using your server