A lightweight chatbot module that uses a modern language model API to generate intelligent, clean, and readable responses. Designed for developers who want plain-text replies without markdown clutter.
Project description
askharsha
A minimal chatbot module for interacting with end user returning clean plain-text responses.
Installation
pip install askharsha
## Usage
from askharsha import Chatbot
bot = Chatbot()
response = bot.ask("What is 5*2 and 5**2?")
print(response)
## Output
5*2 is 10
5**2 is 25
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
askharsha-0.1.5.tar.gz
(2.2 kB
view details)
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 askharsha-0.1.5.tar.gz.
File metadata
- Download URL: askharsha-0.1.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0eb44ae2e0115a4fec4fbfab134a5a56450baf4d05f706620fc11625693263
|
|
| MD5 |
be6ecad201575af3e34d3ace6bec57d3
|
|
| BLAKE2b-256 |
79a85e6c8000c968a583841162845f2a19bb0be33b6f161d6b26b48932179239
|
File details
Details for the file askharsha-0.1.5-py3-none-any.whl.
File metadata
- Download URL: askharsha-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd11c6701fb58ec2b4c068bc10678b55a8e01b62ddf0b22ffb576db013713051
|
|
| MD5 |
9de29d805d818ec2d6c78281bd4ef098
|
|
| BLAKE2b-256 |
04d5fd616192ce0a8773da3bf47404994d6acc397b57750c4f69917879a539ac
|