A command-line AI assistant that responds in Tamil using OpenAI's API.
poetry install
pip 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 key
tamilai "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
.env
file and add:
OPENAI_API_KEY=your_api_key_here
MIT License