{"id":51261584,"url":"https://github.com/gauskxhaganth/terminal-chat","last_synced_at":"2026-06-29T12:32:08.050Z","repository":{"id":298037797,"uuid":"998644855","full_name":"gauskxhaganth/terminal-chat","owner":"gauskxhaganth","description":"A simple terminal-based chat application to interact with AI models directly from your terminal","archived":false,"fork":false,"pushed_at":"2025-06-09T07:32:39.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T16:07:57.206Z","etag":null,"topics":["ai-agents","chatbot","chatbot-application","chatbots","chatbots-examples","llm","terminal-based"],"latest_commit_sha":null,"homepage":"","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/gauskxhaganth.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,"zenodo":null}},"created_at":"2025-06-09T02:50:37.000Z","updated_at":"2025-06-09T07:32:42.000Z","dependencies_parsed_at":"2025-06-09T04:28:00.345Z","dependency_job_id":"b7d9b6b2-e9f4-4f2d-ad6d-59e529d300be","html_url":"https://github.com/gauskxhaganth/terminal-chat","commit_stats":null,"previous_names":["nginrsw/terminal-chat","gauskxhaganth/terminal-chat"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gauskxhaganth/terminal-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauskxhaganth%2Fterminal-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauskxhaganth%2Fterminal-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauskxhaganth%2Fterminal-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauskxhaganth%2Fterminal-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gauskxhaganth","download_url":"https://codeload.github.com/gauskxhaganth/terminal-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauskxhaganth%2Fterminal-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34927675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-agents","chatbot","chatbot-application","chatbots","chatbots-examples","llm","terminal-based"],"created_at":"2026-06-29T12:32:07.444Z","updated_at":"2026-06-29T12:32:08.031Z","avatar_url":"https://github.com/gauskxhaganth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal-chat\n\nA simple terminal-based chat application powered by the [nginr-preprocessor](https://github.com/nginrsw/nginr). This project allows you to interact with AI models directly from your terminal.\n\n## Features\n- Chat with AI models in your terminal\n- Command-based interface\n- Easy to extend and customize\n\n## Quick Start\n\n### Prerequisites\n- Python 3.10 or later\n- `nginr` installed in your environment (see [requirements.txt](requirements.txt))\n\n### Installation\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/nginrsw/terminal-chat.git\n   cd terminal-chat\n   ```\n2. (Optional) Create and activate a virtual environment:\n   ```bash\n   python3 -m venv ENV\n   source ENV/bin/activate\n   ```\n   \u003e you can use any virtual environment tools you have / favorite\n   \u003e \n   \u003e Ignore this command to install all packages from requirements.txt globally (without a virtual environment).\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Usage\nTo start the chat application, run:\n```bash\nnginr src/main.xr\n```\n\nTo run the tests:\n```bash\nnginr tests/test_main.xr\n```\n\n## Configuration Example\nThis project uses a YAML config file (`nginr_config.yaml`) to extend and set the model or other parameters. By default, it uses the Deepseek model via OpenRouter:\n\n```yaml\nmodel: deepseek/deepseek-r1-0528:free\nprovider: openrouter\ntemperature: 1.0\ntop_p: 1.0\nmax_tokens: 1024\n```\n\nYou can change these values in `nginr_config.yaml` to use a different model or adjust parameters as needed.\n\n## Project Structure\n- `src/` : Source code for the chat application\n- `tests/` : Test scripts\n- `docs/` : Documentation (API, architecture, developer notes)\n- `requirements.txt` : Python dependencies\n\n## Contributing\nContributions are welcome!\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauskxhaganth%2Fterminal-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauskxhaganth%2Fterminal-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauskxhaganth%2Fterminal-chat/lists"}