AI-powered chatbot client for websites and applications
Project description
FatihAI Chatbot
AI-powered chatbot client for Python applications.
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
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
fatihai_chatbot-1.0.0.tar.gz
(3.5 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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108d346392066a6f8d2b872c1762da63e31d9b802fb50c3811b8ecdf0850c16b
|
|
| MD5 |
734a21cc00daeaa2fe6aa0700fdb757e
|
|
| BLAKE2b-256 |
a44dcbce73d1ca49c1015b407be2987b0ccf061ead2f1d31084382a6fc951ef1
|
File details
Details for the file fatihai_chatbot-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fatihai_chatbot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5beb552171c931b51711ef71db4b48a8e3adad27de79bd033a33322415a98821
|
|
| MD5 |
efc4b4af5bff9439b0aa6dd2299cfb8e
|
|
| BLAKE2b-256 |
161a8f90acf9087ab565eac448abb0e14733b71b7292ba77db20b70fae893caf
|