A command-line AI assistant that responds in Tamil using OpenAI's API.
poetry installpip install -r requirements.txt# If installed with Poetry
tamilai "your question here"
# If installed with pip
python -m tamilai.cli "your question here"- Python 3.9 or higher
- OpenAI API keytamilai "How are you?"
# Will respond with Tamil text- Natural Tamil language responses
 - Command-line interface
 - Powered by OpenAI's GPT models
 - Context-aware conversations
 
- Get an OpenAI API key from https://platform.openai.com/
 - Create a 
.envfile and add: 
OPENAI_API_KEY=your_api_key_here
MIT License