imfeniljikadara/terra-ai-weather
0
Terra AI Weather Assistant
A weather-focused AI assistant powered by TinyLlama.
API Endpoints
- GET / : Health check
- POST /generate : Generate AI responses
Environment
- Python 3.8+
- FastAPI
- TinyLlama 1.1B Chat Model
Development
pip install -r requirements.txt
uvicorn app:app --reload