{
  "name": "TerminalGPT",
  "symbol": "TERMINAL",
  "description": "Get GPT like chatGPT on your terminal\n\n<p align=\"center\">\n  <img width=\"200\" alt=\"TerminalGPT logo\" src=\"https://github.com/jucasoliveira/terminalGPT/assets/11979969/f371e361-6c74-4a5b-9634-c537aa6db21d\"/>\n</p>\n\n<h1 align=\"center\">TerminalGPT</h1>\n\n\n<p align=\"center\" class={{ marginTop: \"10px\"}}>\n  <img width=\"500\" alt=\"TerminalGPT logo\" src=\"https://github.com/user-attachments/assets/c5ea1861-5994-4fe2-af44-ac92c1fa3013\"/>\n</p>\n\n\n<p align=\"center\">\n  <strong>Get GPT-like chatGPT on your terminal</strong>\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/github/actions/workflow/status/jucasoliveira/terminalGPT/pr.yml\" alt=\"Build Status\"/>\n  <img src=\"https://img.shields.io/npm/dt/terminalgpt\" alt=\"Downloads\"/>\n  <img src=\"https://img.shields.io/github/contributors/jucasoliveira/terminalGPT\" alt=\"Contributors\"/>\n  <img src=\"https://img.shields.io/github/package-json/v/jucasoliveira/terminalGPT\" alt=\"Version\"/>\n</p>\n\n## Stats\n\n<p align=\"center\">\n   <img alt=\"TerminalGPT stats\" src=\"https://repobeats.axiom.co/api/embed/92b8c74cac77f3fbb0e843cc3f6a36b01e7bd152.svg\"/>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.producthunt.com/posts/terminalgpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-terminalgpt\" target=\"_blank\">\n    <img src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=373888&theme=light\" alt=\"terminalGPT - Use OpenAI like chatGPT, on your terminal | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" />\n  </a>\n</p>\n\n## Prerequisites\n\nYou need an LLM API key to use this package:\n\n- [OpenAI](https://platform.openai.com/docs/api-reference/introduction)\n- [Anthropic](https://www.anthropic.com/)\n- [Groq](https://www.groq.com/)\n- [Gemini](https://gemini.google.com/)\n\n## Installation\n\nInstall TerminalGPT globally:\n\n```bash\nnpm install -g terminalgpt\n```\n\nor\n\n```bash\nyarn global add terminalgpt\n```\n\n## Usage\n\nStart a chat:\n\n```bash\ntgpt chat\n```\n\nOn first run, you'll be prompted to enter your OpenAI API key.\n\n### Options\n\n### Commands\n\nDelete all conversations:\n\n```bash\ntgpt delete\n```\n\n### Using with npx\n\nNote: `npx terminalgpt` runs the package without installation.\n\n## Contributing\n\nPlease refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.\n\n## ✨ Contributors\n\n<a href=\"https://github.com/jucasoliveira/terminalGPT/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=jucasoliveira/terminalGPT\" />\n</a>\n\n\nSource: https://github.com/jucasoliveira/terminalGPT",
  "image": "https://static-create.jup.ag/images/CF58wzqh5oU5mMTfS4BDEDCos4BtJ7D9CcRMMEwRswrm"
}