Metadata-Version: 2.4
Name: plutofreeai
Version: 0.1.0
Summary: A free AI module that is easy to call
Home-page: https://github.com/HoryzenCodes/free_ai
Author: Noah Olomu
Author-email: noah_pvb@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: webscout
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Example of use
import ai
response = ai.chat("Explain why GPUs are important for simulations")
print(response)

Made my Noah Olomu
