From 3be6ec784096dfd07d5ec1b7bf3e21ecf112e8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuana=20=C3=87elik?= Date: Thu, 9 Nov 2023 17:33:35 +0100 Subject: [PATCH] Update openai.py (#6263) --- haystack/preview/components/generators/openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/preview/components/generators/openai.py b/haystack/preview/components/generators/openai.py index 833de129a..98a5142b4 100644 --- a/haystack/preview/components/generators/openai.py +++ b/haystack/preview/components/generators/openai.py @@ -61,7 +61,7 @@ class GPTGenerator: **generation_kwargs, ): """ - Creates an instance of ChatGPTGenerator. Unless specified otherwise in the `model_name`, this is for OpenAI's + Creates an instance of GPTGenerator. Unless specified otherwise in the `model_name`, this is for OpenAI's GPT-3.5 model. :param api_key: The OpenAI API key. It can be explicitly provided or automatically read from the