{"id":22871544,"url":"https://github.com/qainsights/kel","last_synced_at":"2025-05-05T22:33:59.512Z","repository":{"id":209930156,"uuid":"725171196","full_name":"QAInsights/kel","owner":"QAInsights","description":"Kel - CLI-based AI assistant","archived":false,"fork":false,"pushed_at":"2024-01-07T17:14:44.000Z","size":142,"stargazers_count":31,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T00:23:39.297Z","etag":null,"topics":["ai","anthropic","cli","gpt","openai","python"],"latest_commit_sha":null,"homepage":"https://kel.qainsights.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QAInsights.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T15:28:46.000Z","updated_at":"2025-03-12T08:04:41.000Z","dependencies_parsed_at":"2023-12-06T00:30:40.614Z","dependency_job_id":"46ec04f1-9b9e-4376-b52e-eb3820e7198e","html_url":"https://github.com/QAInsights/kel","commit_stats":null,"previous_names":["qainsights/kel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fkel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fkel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fkel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fkel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QAInsights","download_url":"https://codeload.github.com/QAInsights/kel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252586574,"owners_count":21772314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","cli","gpt","openai","python"],"created_at":"2024-12-13T13:19:56.745Z","updated_at":"2025-05-05T22:33:59.478Z","avatar_url":"https://github.com/QAInsights.png","language":"Python","funding_links":["https://www.buymeacoffee.com/qainsights"],"categories":[],"sub_categories":[],"readme":"# 💬 Kel\n\n[![Install with pip](https://img.shields.io/badge/Install_with-pip-blue)](https://pypi.org/project/kel-cli)\n![PyPI - Version](https://img.shields.io/pypi/v/kel-cli)\n\nKel is your AI assistant in your CLI. \n\n\u003e Kel `கேள்` means `ask` in Tamil.\n\n## 🎥 Demo\n\n![Kel-Demo](https://raw.githubusercontent.com/QAInsights/kel-docs/main/static/img/kel-demo.gif)\n\n## ✅ Features\n\n- Free and Open Source\n- Bring your own API keys\n- Supports multiple Large Language Models (LLMs) like GPT-4, Claude, ollama2, and Google.\n- Supports OpenAI assistants to chat with your documents\n- Customizable\n\n## 🧩 Installation\n\n### Pre-requisites\n- Python 3.6 or higher\n- pip3\n- API keys for OpenAI and other LLMs\n\n### ⛳ Steps\n\n```bash\npython3 -m pip install --user pipx\npython3 -m pipx ensurepath\npipx install kel-cli\n\n# copy the default config file to current user's home directory\ncurl -O https://raw.githubusercontent.com/QAInsights/kel/main/config.toml\nmkdir -p ~/.kel\nmv config.toml ~/.kel/config.toml \n```\nOpen the config file to customize the settings.\n\nUpdate the LLM API keys in the OS environment variables. \n\n## Usage\n\n```bash\nkel -v\n```\n\n```bash\nkel -h\n```\n\n```bash\nkel \"git command to rebase\"\n```\n\n```bash\nkel \"command to get active connections in linux\"\n```\n\n```bash\nkel \"What was the population of India in 1990?\"\n\n\u003e I'm sorry, I can only assist with questions related to software engineering and command line tools. \nI am unable to provide information on the population of India in 1990.\n```\n\nNow change the prompt and ask the same question.\n```bash\nkel \"What was the population of India in 1990?\" -p \"You are a demography expert\" \n\n\u003e The population of India in 1990 was around 874 million people.\n```\n\nNow change the LLM and ask the same question.\n```bash\nkel \"What was the population of India in 1990?\" -p \"You are a demography expert\" -c ollama -m llama2 \n```\n\nTo view the config file details, run the following command.\n```bash\nkel -s openai\n```\n\n\u003e [!IMPORTANT]  \n\u003e LLMs price varies based on the usage. Please check the pricing before using it.  \n\u003e LLMs can make mistakes. Review the answers before using it.  \n\n\n## 🧰 Configuration\n\nKel can be configured using a [config file](./config.toml). It is a TOML file and supports vast number of options. \n\nThe default config file is `~/.kel/config.toml` or `~/.config/kel/config.toml` or `KEL_CONFIG_FILE` environment variable.\n\n## ⚙️ Defaults\n\n- OpenAI's `gpt-3.5-turbo-1106`\n- Display stats\n- Default prompt focuses on developers\n- Copies the answer to clipboard\n- and more...\n\n## 💰 Support\n\nIf you like this project, please consider donating to the following addresses.\n\n- Buy me a coffee: https://www.buymeacoffee.com/qainsights\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Fkel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqainsights%2Fkel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Fkel/lists"}