Aether is an advanced agentic chatbot built with cutting-edge LLMs like OpenAI and Groq, enhanced with real-time web search using Tavilly. Designed to be fast, context-aware, and helpful, Aether can handle intelligent conversations, information retrieval, and decision-making assistance.
-
Blazing-fast Responses powered by Groq hardware acceleration
-
Conversational Intelligence via OpenAI GPT integration
-
Real-Time Web Search using Tavilly for fresh, relevant results
-
Modular Architecture for easy expansion and scaling
-
Safe, Secure, and Privacy-Respectful
-
Context-aware, memory-enabled conversations (coming soon)
Frontend: Streamlit
Backend: Python, FastAPI/Flask
AI Models: OpenAI GPT-4, GroqLLM
Web Search: Tavilly API
git clone https://github.com/Samhitha-07/Aether.git
cd Aether
python -m venv venv
venv\Scripts\activate # On Windows
pip install -r requirements.txt
python frontend.py