Skip to content

Commit

Permalink
Update pandasai/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
ArslanSaleem and ellipsis-dev[bot] authored Dec 9, 2024
1 parent c07310e commit 7bda5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandasai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def load(dataset_path: str, virtualized=False) -> DataFrame:
api_url = os.environ.get("PANDASAI_API_URL", None)
if not api_url or not api_key:
raise PandasAIApiKeyError(
"Set PANDASAI_API_URL and PANDASAI_API_KEY in environment to pull dataset from the remote server"
"Please set the PANDASAI_API_URL and PANDASAI_API_KEY environment variables to pull the dataset from the remote server."
)

request_session = get_pandaai_session()
Expand Down

0 comments on commit 7bda5eb

Please sign in to comment.