"This repository contains the Python library for ProgressiveAI, a powerful tool for interacting with AI Models. The library provides a simple and intuitive interface for sending requests to ProgressiveAI's AI Models and processing their responses."
Project description
ProgressiveAI Python Library
Welcome to the official ProgressiveAI Python Library! This library allows you to easily connect with ProgressiveAI's powerful AI Models and integrate them into your Python projects.
Installation
You can install the library using pip:
pip install progressiveai
Getting Started
# Call the official ProgressiveAI Python Library
# From the "progressiveai" library, import the "Chat" class to create a connection with ProgressiveAI's AI Models
from progressiveai import Chat
# Create a chat
chat = Chat(
# Input your ProgressiveAI API Key
api_key="keyid-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
text="Hello, AI!", # Enter a question of your choice
model="wispar" # Mention the AI Model you want to use. Currently, we offer "WISPAR Lite", and soon "WISPAR" will also be available.
)
# Get AI response
# Fetch a response from the AI Model; if not included, the request will not be submitted and processed
response = chat.get_response()
print(response) # Print the AI's response
Make sure to replace "keyid-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" with your actual ProgressiveAI API key.
Help and Support
If you need help or have any questions, feel free to reach out to us:
- ProgressiveAI Support: Visit our support platform for assistance.
- ProgressiveAI Documentation: Check out our documentation for detailed information and guides.
- GitHub Repository: Report issues or contribute to the development on GitHub.
We're here to help you make the most of ProgressiveAI's AI capabilities!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file progressiveai-0.0.10.tar.gz.
File metadata
- Download URL: progressiveai-0.0.10.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99aa50481050c1481d4ae75551d5deee50d5ef005557557c489f5d60b1f2bcec
|
|
| MD5 |
f55146b9d60fdeafa14bf92778ad5294
|
|
| BLAKE2b-256 |
58398ad7fa7d8a2a67ea715c0383337df5ffad81056077e975fd7fc45140abdb
|
File details
Details for the file progressiveai-0.0.10-py3-none-any.whl.
File metadata
- Download URL: progressiveai-0.0.10-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef04d1f76c66d9e68561b151eadedc7b3e959fa00eeecf122af48d8feca3559d
|
|
| MD5 |
39135130e434135000746d906047085f
|
|
| BLAKE2b-256 |
537615adbedd9f5d390fc8682d5add782998b59e4ec583fc822ef524203be4d9
|