{"id":14964954,"url":"https://github.com/eliranwong/groqchat","last_synced_at":"2025-09-06T16:33:11.445Z","repository":{"id":242039956,"uuid":"808495738","full_name":"eliranwong/groqchat","owner":"eliranwong","description":"A terminal chatbot, powered by Groq Cloud API (Windows / macOS / Linux / Android / iOS)","archived":false,"fork":false,"pushed_at":"2025-03-06T07:28:28.000Z","size":79,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T17:47:21.437Z","etag":null,"topics":["ai","chatbot","gemma","gpt","groq","groqapi","llama3","llm","mixtral"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliranwong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-31T07:32:46.000Z","updated_at":"2025-07-19T15:27:59.000Z","dependencies_parsed_at":"2024-09-13T23:24:58.276Z","dependency_job_id":"d169e53c-e416-46cc-afea-3972e186d4b9","html_url":"https://github.com/eliranwong/groqchat","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"814b00c3376524cc0751c27d4f592a768386d8be"},"previous_names":["eliranwong/groqchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eliranwong/groqchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fgroqchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fgroqchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fgroqchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fgroqchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliranwong","download_url":"https://codeload.github.com/eliranwong/groqchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fgroqchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273014612,"owners_count":25031104,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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","chatbot","gemma","gpt","groq","groqapi","llama3","llm","mixtral"],"created_at":"2024-09-24T13:34:01.143Z","updated_at":"2025-09-06T16:33:11.137Z","avatar_url":"https://github.com/eliranwong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# groqchat\n\nA terminal chatbot, powered by Groq Cloud API (Windows / macOS / Linux / Android / iOS)\n\nModified groq chatbot developed in https://github.com/eliranwong/freegenius\n\nA simple chatbot that runs fast on mobile phones as well as pc.\n\n# Groq API Key\n\nGet a Groq API key first. Read https://github.com/eliranwong/freegenius/wiki/Set-up-a-Groq-Cloud-API-Key\n\n# Android / iOS / iPhone / iPad Users\n\niOS/iPad/iPhone: Use [iSH](https://ish.app/) on iOS/iPad/iPhone.\n\nAndroid: Use [Termux](https://termux.dev/en/) on Android.\n\n# Installation\n\nWith python installed, setup gropchat via pip:\n\n\u003e pip install groqchat\n\nOr\n\n\u003e pip install gchat\n\n# Android Users\n\n1. Install rust\n\n\u003e pkg install rust\n\n2. Use \"--system-site-packages\" if you create a virtual environment, e.g.\n\n\u003e python -m venv gchat --system-site-packages\n\n\u003e source gchat/bin/activate\n\n\u003e pip install --upgrade gchat\n\nOn Android, use Android built-in voice typing keyboards of Ctrl+S.\n\nInstall [Termux:API](https://wiki.termux.com/wiki/Termux:API), to work with response output on Andoird.\n\n# Get Started\n\nSimply run 'gchat':\n\n\u003e gchat\n\nEnter your Groq cloud a single API key or a list of multiple API keys:\u003cbr\u003e\n(Remarks: If a list of multiple API keys are entered, entered API keys are automatically rotated for running inference.)\n\n\u003cimg width=\"1004\" alt=\"groqapi\" src=\"https://github.com/eliranwong/groqchat/assets/25262722/a510f465-1768-4fcb-8ae5-cfab9f3adad8\"\u003e\n\nSelect a model:\n\n\u003cimg width=\"1004\" alt=\"models\" src=\"https://github.com/eliranwong/groqchat/assets/25262722/42cbcd85-b13a-4188-98e6-2abf99542993\"\u003e\n\n# Special Entries\n\nEnter a dot '.' to display available special entries:\n\n\u003cimg width=\"1004\" alt=\"ui\" src=\"https://github.com/eliranwong/groqchat/assets/25262722/31fa20e7-24cb-4aa1-b67e-38f6bf24971d\"\u003e\n\n'.new' - start a new chart session\n\n'.api' - change api key\n\n'.model' - change model\n\n'.systemmessage' - change system message\n\n'.temperature' - change temperature\n\n'.maxtokens' - change max tokens\n\n'.togglewordwrap' - toggle word wrap\n\n'.togglevoiceoutput' - toggle voice output\n\n'.exit' - exit the application\n\n# Keyboard Shortcuts\n\nBy default:\n\nCtrl+Z - cancel\n\nCtrl+Q - exit / quit\n\nCtrl+I / TAB - insert new line\n\nCtrl+N - new chat session\n\nCtrl+W - toggle word wrap\n\nCtrl+Y - toggle voice output\n\nCtrl+S - trigger voice typing\n\n# Configurations\n\nAdvanced users may change configurations manually by editing the file \"config.py\" located in the package folder.\n\nRemarks: Close the app before editing the file.\n\n# CLI Options\n\nRun 'gchat --help' for cli options\n\n\u003e gchat --help\n\n\u003cimg width=\"1004\" alt=\"cli_option\" src=\"https://github.com/eliranwong/groqchat/assets/25262722/eb58aeaf-7cc7-4170-b253-1200b99d57e9\"\u003e\n\nFor example, to start with a greeting:\n\n\u003e gchat \"Hi!\"\n\nFor example, to set temperature to 0.8 and maximum output tokens to 1024, run:\n\n\u003e gchat -t 0.8 -o 1024 \"Hi!\"\n\n# Install Multiple Copies\n\nYou may want to install multiple copies to customise them with different system messages or other settings.  \n\nAn easy way to achieve it is to use alias, e.g.:\n\n\u003e mkdir apps\n\n\u003e cd apps\n\n\u003e python3 -m venv assist explain quote illustrate summarize\n\n\u003e source assist/bin/activate\n\n\u003e pip install gchat\n\n\u003e source explain/bin/activate\n\n\u003e pip install gchat\n\n\u003e source quote/bin/activate\n\n\u003e pip install gchat\n\n\u003e source illustrate/bin/activate\n\n\u003e pip install gchat\n\n\u003e source summarize/bin/activate\n\n\u003e pip install gchat\n\n\u003e nano .bashrc\n\nAdd the following aliases:\n\n```\nalias explain=$HOME/apps/explain/bin/gchat\nalias illustrate=$HOME/apps/illustrate/bin/gchat\nalias quote=$HOME/apps/quote/bin/gchat\nalias assist=$HOME/apps/assist/bin/gchat\nalias summarize=$HOME/apps/summarize/bin/gchat\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranwong%2Fgroqchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliranwong%2Fgroqchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranwong%2Fgroqchat/lists"}