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(api_key="YOUR_GEMINI_API_KEY")
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.4.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.4.tar.gz.
File metadata
- Download URL: askharsha-0.1.4.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 |
d928d85cc9bbeabc4dc36073f894f71673d0d8df6df0291f458b49d63f72d408
|
|
| MD5 |
55da1d04dea25bb494b4b66f426a018a
|
|
| BLAKE2b-256 |
81faaf9867e01911127ff9556f0243270b6df96b4ffc81d9ff31880a18f9279f
|
File details
Details for the file askharsha-0.1.4-py3-none-any.whl.
File metadata
- Download URL: askharsha-0.1.4-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 |
458a41740001fc38f8b6e5afb04e116a71f648f4e6c163b14c9d058e32d1a7cb
|
|
| MD5 |
b3a5e65636a6aa027fcbcb62b2a59c46
|
|
| BLAKE2b-256 |
1d5b1c443fa1d02e2f73cb466d47cd43758b7c5a84b53c28044402577d622909
|