Skip to content

Commit

Permalink
chore: fix typos (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudui authored Jul 7, 2023
1 parent 330fea8 commit 5e3f311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandasai/llm/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class OpenAI(BaseOpenAI):
"""OpenAI LLM using BaseOpenAI Class.
An API call to OpenAi API is sent and response is recorded and returned.
An API call to OpenAI API is sent and response is recorded and returned.
The default chat model is **gpt-3.5-turbo** while **text-davinci-003** is only
supported completion model.
The list of supported Chat models includes ["gpt-4", "gpt-4-0314", "gpt-4-32k",
Expand Down Expand Up @@ -54,7 +54,7 @@ def __init__(
"""
__init__ method of OpenAI Class
Args:
api_token (str): API Token fro OpenAI platform.
api_token (str): API Token for OpenAI platform.
**kwargs: Extended Parameters inferred from BaseOpenAI class
Returns: Response generated from OpenAI API
Expand Down

0 comments on commit 5e3f311

Please sign in to comment.