? Ready-to-Use Project for Sale: AI Gemini Chatbot on Telegram
? Key Features:
✅ Intelligent AI Chatbot: Utilizes Google's Gemini 1.5 Flash model to interact naturally with users.
✅ Automatic Translation: Automatically translates user input from Thai to English before sending it to AI, and translates AI responses back into Thai, enhancing ease of communication.
✅ Inline Keyboard Support: Pre-configured question buttons allow users to quickly interact with the chatbot by selecting predefined questions.
✅ Document Integration: Can utilize content from text files (such as job1.txt or job2.txt) to provide detailed and precise AI responses.
✅ Conversation History Logging: Records detailed conversation histories and logs them clearly for easy future reference or audits.
✅ Easy Setup and Use: Comes with detailed installation instructions, easily set up using simple commands like pip install python-telegram-bot==13.7
, and customizable according to your needs.
⚙️ Ideal for:
- Anyone looking to implement AI Chatbot for online customer support
- Businesses or organizations aiming to automate their Telegram communication channels
- Developers interested in building upon chatbot systems
? Included in Purchase:
- Ready-to-use Python code
- Example files and basic configurations
- Initial customization and setup guidance
? Feel free to reach out for additional information or support with initial setup!
? วิธีการติดตั้ง (Installation Instructions)
- ติดตั้ง Python และ Dependencies
- ตรวจสอบให้แน่ใจว่าได้ติดตั้ง Python แล้ว
- เปิด Terminal หรือ Command Prompt แล้วรันคำสั่ง:
pip install -r requirements.txt
- ตั้งค่าไฟล์ config.py
- เปิดไฟล์
config.py
และกรอกข้อมูล API keys ที่จำเป็น:
MY_API_KEY = 'YOUR_GEMINI_API_KEY'
TELEGRAM_TOKEN = 'YOUR_TELEGRAM_BOT_TOKEN'
LOG_FILEPATH = 'path/to/logfile.log'
INLINE_KEYBOARD_QUESTIONS = ['คำถามที่ 1', 'คำถามที่ 2'] # ปรับแต่งได้ตามต้องการ
- ตรวจสอบไฟล์ข้อมูล (job2.txt)
- นำไฟล์
job2.txt
ไปวางไว้ในไดเรกทอรีเดียวกับโปรเจค
- รัน Chatbot
- เปิด Terminal หรือ Command Prompt และรันไฟล์:
python gemini_telegram_AI_staff.py
? หากมีปัญหาในการติดตั้ง สามารถติดต่อสอบถามเพิ่มเติมได้เลยครับ!