Skip to main content

AI-powered chatbot client for websites and applications

Project description

FatihAI Chatbot

AI-powered chatbot client for Python applications.

PyPI License: MIT

Features

  • AI-powered conversations
  • Conversation history management
  • Custom system prompts
  • Simple API
  • Type hints included

Installation

pip install fatihai-chatbot

Quick Start

from fatihai_chatbot import FatihAIChatbot

# Initialize
chatbot = FatihAIChatbot('your_api_key')

# Send message
response = chatbot.send_message('Hello!')
print(response)

# With custom system prompt
chatbot = FatihAIChatbot('your_api_key',
    system_prompt="You are a helpful sales assistant for a SaaS company."
)

# Multi-turn conversation
chatbot.chat('What are your pricing plans?')
chatbot.chat('Tell me more about the enterprise plan')
print(chatbot.get_history())

# Clear history
chatbot.clear_history()

One-liner

from fatihai_chatbot import chat

response = chat('your_api_key', 'What is AI?')
print(response)

Pricing

Plan Price Messages/month
Starter $299/mo 10,000
Growth $499/mo 50,000
Enterprise Custom Unlimited

Get API Key

Sign up at fatihai.app

License

MIT

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

fatihai_chatbot-1.0.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fatihai_chatbot-1.0.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file fatihai_chatbot-1.0.0.tar.gz.

File metadata

  • Download URL: fatihai_chatbot-1.0.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for fatihai_chatbot-1.0.0.tar.gz
Algorithm Hash digest
SHA256 108d346392066a6f8d2b872c1762da63e31d9b802fb50c3811b8ecdf0850c16b
MD5 734a21cc00daeaa2fe6aa0700fdb757e
BLAKE2b-256 a44dcbce73d1ca49c1015b407be2987b0ccf061ead2f1d31084382a6fc951ef1

See more details on using hashes here.

File details

Details for the file fatihai_chatbot-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fatihai_chatbot-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5beb552171c931b51711ef71db4b48a8e3adad27de79bd033a33322415a98821
MD5 efc4b4af5bff9439b0aa6dd2299cfb8e
BLAKE2b-256 161a8f90acf9087ab565eac448abb0e14733b71b7292ba77db20b70fae893caf

See more details on using hashes here.

Supported by

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