Unlimitedgpt

Latest version: v0.1.9.3

Safety actively analyzes 626004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.9.3

- Added check for platform to use command when on MacOS instead of left control.
- Added `pyperclip` to requirements.txt as it is a required library now.

0.1.9

- Updated selectors yet again.
- Added a smart solution to dismissing the onboarding box that pops out when logged into an account:
- Instead of constantly using XPATHs to click the "Next" buttons and suffering as it sometimes just refuses to click, or when the website updates and the selectors are changed, I came up with the solution of adding an item to the `localStorage` of the ChatGPT website that marks the user as already seen the onboarding popup.
- Instead of the old, hard to maintain way of using XPATHs to get the response from ChatGPT, I've decided to use the copying machanism instead.
- Clicking CTRL + SHIFT + C copies the last response from ChatGPT, so I've used that to our advantage.
- Removed continue generating mechanism as I just couldn't get a single case where there was a need to continue generating as ChatGPT now seems to write a lot more than before in a single message.
- Updated `ChatGPTResponse` object to have a boolean attribute called `failed` which indicates whether the library failed to get the response from ChatGPT Or not.
- Added an element visibility check to the custom `safe_click` function within the driver of UnlimitedGPT.
- Updated `requirements.txt` and the `README.md`.

0.1.8

> Been extremely busy so I couldn't maintain the project.
- Fixed `_check_blocking_elements` not working due to change in XPATH of buttons.
- Fixed typos in logging.
- Fixed regenerating the response.
- Fixed clearing chats.
- Updated `Account` object.
- Removed `Accounts` object.

0.1.7

- Fixed `send_message`, `regenerate_response`, `switch_theme`, `toggle_chat_history`, `regenerate_response` and more functions because of a new site updated.
- Updated some selectors.

0.1.6

- Fixed `reset_conversation` not working when the chat history and training is disabled.
- Added `_get_conversation_id` which is used in `send_message` to update the conversation ID.
- Thanks to [ezyyeah](https://github.com/ezyyeah) for their awesome contribution!
- Added 8 new objects:
- `Conversation`
- `Conversations`
- `Account`
- `Accounts`
- `DefaultAccount`
- `Entitlement`
- `LastActiveSubscription`
- `SharedConversation`
- `SharedConversations`
- Added `get_user_data` function: Gets the user data of the current session.
- Added `get_conversations` function: Gets the conversations of the current session.
- Added `DesiredCapabilities` to `ChatGPTDriver`. This makes getting the backend API data possible.
- Added `get_shared_conversations` function: Gets the shared conversations of the current session.

0.1.5.5

- Fixed `send_message` raising an exception when it fails to continue regenerating the response.
- Fixed `regenerate_response` raising an exception when it fails to continue regenerating the response.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.