- Integrate Perplexity AI API for intelligent question answering - Add AIResponseHandler class with question detection and response generation - Implement automatic question detection using regex patterns - Add AI commands: /perplexity, /ai on/off for configuration - Display AI responses in terminal before sending to Slack - Update configuration management to store Perplexity API key - Add comprehensive AI features documentation to README - Update requirements.txt with OpenAI library dependency - Fix Perplexity model name to use valid 'sonar' model - Enhance interactive chat mode with AI-powered capabilities - Maintain backward compatibility with existing CLI functionality
6 lines
287 B
Bash
6 lines
287 B
Bash
SLACK_BOT_TOKEN=xoxb-9294326441810-9634538323301-TEDMBIwZqA5VJJU1yoRFX6NF
|
|
SLACK_CHANNEL_ID=C09JKHXS9L3
|
|
|
|
# Perplexity AI API Key for intelligent question answering
|
|
# Get your API key from: https://www.perplexity.ai/
|
|
PERPLEXITY_API_KEY=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 |