From 5e7aac505f4a3c2b10fdd9270230e7d9a5169dfd Mon Sep 17 00:00:00 2001 From: ZanSara Date: Mon, 22 Jan 2024 17:45:12 +0100 Subject: [PATCH] update model_name to simply model --- tutorials/27_First_RAG_Pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/27_First_RAG_Pipeline.ipynb b/tutorials/27_First_RAG_Pipeline.ipynb index 7e0f02a6..724bc4a9 100644 --- a/tutorials/27_First_RAG_Pipeline.ipynb +++ b/tutorials/27_First_RAG_Pipeline.ipynb @@ -295,7 +295,7 @@ "## Initializing a Generator\n", "\n", "\n", - "Generators are the components that interacts with large language models (LLMs). Now, initialize a [OpenAIGenerator](https://docs.haystack.deepset.ai/v2.0/docs/OpenAIGenerator) that can communicate with OpenAI GPT models with an OpenAI `api_key` and the model name you'd like to use. If you don't provide any `model_name`, the OpenAIGenerator defaults to `gpt-3.5-turbo`:" + "Generators are the components that interacts with large language models (LLMs). Now, initialize a [OpenAIGenerator](https://docs.haystack.deepset.ai/v2.0/docs/OpenAIGenerator) that can communicate with OpenAI GPT models with an OpenAI `api_key` and the model name you'd like to use. If you don't provide any `model`, the OpenAIGenerator defaults to `gpt-3.5-turbo`:" ] }, {