Skip to content

Commit

Permalink
Remove option parameter for AIChat.__str__ #102
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Jan 8, 2024
1 parent 1b7c0cf commit 569dbf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simpleaichat/simpleaichat.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def __str__(self) -> str:
return self.default_session.model_dump_json(
exclude={"api_key", "api_url"},
exclude_none=True,
option=orjson.OPT_INDENT_2,
)

def __repr__(self) -> str:
Expand Down

0 comments on commit 569dbf5

Please sign in to comment.