Skip to content

Commit

Permalink
Update openai.py (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik authored Nov 9, 2023
1 parent 73e2843 commit 3be6ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/preview/components/generators/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
**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
Expand Down

0 comments on commit 3be6ec7

Please sign in to comment.