Reddit AI Agent
1.0.0
Reddit AI Agent 是一款智慧 Reddit 助手,可讓您搜尋任何查詢、獲取熱門 Reddit 主題及其最相關的評論。它提供三個核心功能:檢索熱門主題、總結主題和評論以快速獲得見解,以及啟用由檢索增強生成 (RAG) 提供支援的對話式聊天功能,以根據主題內容提供個人化答案。
觀看示範影片
使用以下鍵建立.env
檔:
REDDIT_API_CLIENT_ID = " <your_reddit_client_id> "
REDDIT_API_SECRET = " <your_reddit_secret> "
REDDIT_USER_AGENT = " <your_user_agent> "
GROQ_API_KEY = " <your_groq_key> "
安裝與運作:
pip install -r requirements.txt
cd src
gradio UI.py