Customchat

Latest version: v1.0.11

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

Scan your dependencies

Page 1 of 2

1.0.9

<h1>Bug fixes</h1>
Multiple bugs were fixed with the chat and the reset function

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.8...v1.0.9

1.0.8

<h1>"Multiplayer"</h1>

- CustomChat now works better for websites, as many people can have a separate conversation at the same time.
- When using the "run" and "get_response" functions, you must have a name for the chat to be stored under, for example, <code>CustomChat.run("Bob")</code> will be stored in a text file labeled "Bob_data." This file is kept in the package folder.
- Changed code:
- <code>CustomChat.run()</code> is now <code>CustomChat.run(insert_name_here)</code>
- <code>CustomChat.get_response(your_response)</code> is now <code>CustomChat.get_response(your_response, insert_name_here)</code>
- <code>CustomChat.reset()</code> is now <code>CustomChat.reset(insert_name_here)</code>

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.7...v1.0.8

1.0.7

<h1>Add new functions</h1>

- Added the function <code>CustomChat.get_response(your_input)</code> to get a certain output as a variable
- Added the function <code>CustomChat.reset()</code> to reset the information stored from a conversation.

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.6...v1.0.7

1.0.6

<h1>Bug fixes and PyPI upload</h1>
CustomChat can now be installed with pip, using <pre><code>pip install CustomChat</code></pre>
See <a href="https://pypi.org/project/CustomChat/">CustomChat's pip page</a> for more information.

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.3...v1.0.6

1.0.3

<h1>Housekeeping</h1>
Fixed bugs and cleaned up code.

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.2...v1.0.3

1.0.2

<h1>Better conversations</h1>
This update makes the conversations easier to understand and more realistic.

**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.1...v1.0.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.