diff --git a/pandasai/__init__.py b/pandasai/__init__.py index 1186ddc23..24b39b058 100644 --- a/pandasai/__init__.py +++ b/pandasai/__init__.py @@ -8,7 +8,7 @@ class PandasAI: - """PandasAI is a wrapper around a LLM to make dataframes convesational""" + """PandasAI is a wrapper around a LLM to make dataframes conversational""" _task_instruction: str = """ There is a dataframe in pandas (python). diff --git a/pandasai/llm/openai.py b/pandasai/llm/openai.py index c377b8907..6bf696d53 100644 --- a/pandasai/llm/openai.py +++ b/pandasai/llm/openai.py @@ -59,7 +59,7 @@ def _set_params(self, **kwargs): def completion(self, prompt: str) -> str: """ - Query the completation API + Query the completion API Args: prompt (str): Prompt