Super Simple LLM Chat App

Setup

  • Install python and trafilatura library, config PATH for trafilatura
  • Config your OPENAI api key into appsettings.json and run
  • If you want to run with LLAMA 3 (hosting on Groq), just put a Groq API Key and set UseGroq=true in appsettings.json
{
  "UseGroq": false,
  "OpenAiApiKey": "sk-xxx",
  "GroqApiKey": "gsk_xxx"
}

Demo

LLM.Demo.mp4

Abilities

  • Lấy thông tin thời gian
  • Tìm RSS từ URL của trang web
  • Thu thập và tóm tắt nội dung từ RSS
  • Thu thập và tóm tắt nội dung từ trang web
  • Tóm tắt văn bản
  • ...