{"id":28578083,"url":"https://github.com/nginrsw/terminal-chat","last_synced_at":"2025-06-11T01:08:38.871Z","repository":{"id":298037797,"uuid":"998644855","full_name":"nginrsw/terminal-chat","owner":"nginrsw","description":"A simple terminal-based chat application to interact with AI models directly from your terminal","archived":false,"fork":false,"pushed_at":"2025-06-09T03:58:26.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T04:27:50.236Z","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/nginrsw.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-09T03:51:19.000Z","dependencies_parsed_at":"2025-06-09T04:28:00.345Z","dependency_job_id":"b7d9b6b2-e9f4-4f2d-ad6d-59e529d300be","html_url":"https://github.com/nginrsw/terminal-chat","commit_stats":null,"previous_names":["nginrsw/terminal-chat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginrsw%2Fterminal-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginrsw%2Fterminal-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginrsw%2Fterminal-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginrsw%2Fterminal-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nginrsw","download_url":"https://codeload.github.com/nginrsw/terminal-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginrsw%2Fterminal-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178497,"owners_count":22817387,"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-agents","chatbot","chatbot-application","chatbots","chatbots-examples","llm","terminal-based"],"created_at":"2025-06-11T01:08:38.317Z","updated_at":"2025-06-11T01:08:38.851Z","avatar_url":"https://github.com/nginrsw.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%2Fnginrsw%2Fterminal-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnginrsw%2Fterminal-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginrsw%2Fterminal-chat/lists"}