Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 828 Bytes

README.md

File metadata and controls

60 lines (41 loc) · 828 Bytes

TamilAI

A command-line AI assistant that responds in Tamil using OpenAI's API.

Installation

Using Poetry (Recommended)

poetry install

Using pip

pip install -r requirements.txt

Usage

# If installed with Poetry
tamilai "your question here"

# If installed with pip
python -m tamilai.cli "your question here"

Requirements

- Python 3.9 or higher
- OpenAI API key

Example

tamilai "How are you?"
# Will respond with Tamil text

Features

  • Natural Tamil language responses
  • Command-line interface
  • Powered by OpenAI's GPT models
  • Context-aware conversations

Configuration

  1. Get an OpenAI API key from https://platform.openai.com/
  2. Create a .env file and add:
OPENAI_API_KEY=your_api_key_here

License

MIT License