Skip to main content

Lets you interact with the Alapchari Chatbot.

Project description

Alapchari

Alapchari is a Python class that provides a simple interface for interacting with the Chatrik API. The Chatrik API is an AI-based natural language processing API that generates text based on a given prompt.

Installation

You can install Alapchari using pip:

pip install Alapchari

Usage

from Alapchari import Alapchari

alapchari = Alapchari()

prompt = "বঙ্গবন্ধু শেখ মুজিবুর রহমান কে ছিলেন ?"

result = alapchari.ask(prompt)

print(result)

The Alapchari class has three attributes:

  • count: This is an integer attribute that keeps track of the number of times the ask method has been called.
  • url: This is the URL of the Chatrik API.
  • method: This is the HTTP method used to send the request to the Chatrik API.

The Alapchari class has one method:

  • ask(prompt:str) -> str: This method takes a string prompt as input and returns a string generated by the Chatrik API based on the given prompt.

This will send a request to the Chatrik API with the prompt "What is the meaning of life?" and print the generated text.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

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

Alapchari-1.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

Alapchari-1.0.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page