{"id":16336859,"url":"https://github.com/angerman/llm-groq","last_synced_at":"2025-10-26T00:37:47.405Z","repository":{"id":224529631,"uuid":"763365651","full_name":"angerman/llm-groq","owner":"angerman","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-20T18:53:38.000Z","size":20,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T02:01:43.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angerman.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":"2024-02-26T06:45:53.000Z","updated_at":"2024-05-03T11:29:37.328Z","dependencies_parsed_at":"2024-02-26T13:31:48.796Z","dependency_job_id":"6f04e776-1fd1-4a6b-8076-a01df1c1a214","html_url":"https://github.com/angerman/llm-groq","commit_stats":null,"previous_names":["angerman/llm-groq"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angerman%2Fllm-groq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angerman%2Fllm-groq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angerman%2Fllm-groq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angerman%2Fllm-groq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angerman","download_url":"https://codeload.github.com/angerman/llm-groq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243819037,"owners_count":20352807,"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":[],"created_at":"2024-10-10T23:45:10.591Z","updated_at":"2025-10-26T00:37:42.353Z","avatar_url":"https://github.com/angerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llm-groq\n\n[LLM](https://llm.datasette.io/) plugin providing access to [Groqcloud](http://console.groq.com) models.\n\n## Installation\n\nInstall this plugin in the same environment as LLM:\n```bash\nllm install llm-groq\n```\n\n## Usage\n\nFirst, obtain an API key for [Groqcloud](https://console.groq.com/).\n\nConfigure the key using the `llm keys set groq` command:\n```bash\nllm keys set groq\n```\n```\n\u003cpaste key here\u003e\n```\nYou can now access the three Mistral hosted models: `groq-llama2` and `groq-mixtral`.\n\nTo run a prompt through `groq-mixtral`:\n\n```bash\nllm -m groq-mixtral 'A sassy name for a pet sasquatch'\n```\nTo start an interactive chat session with `groq-mixtral`:\n```bash\nllm chat -m groq-mixtral\n```\n```\nllm chat -m groq-mixtral\nChatting with groq-mixtral\nType 'exit' or 'quit' to exit\nType '!multi' to enter multiple lines, then '!end' to finish\n\u003e three proud names for a pet walrus\nHere are three whimsical and proud-sounding names for a pet walrus:\n\n1. Regalus Maximus\n2. Glacierus Royalty\n3. Arctican Aristocat\n\nThese names evoke a sense of majesty and grandeur, fitting for a noble and intelligent creature like a walrus. I hope you find these names fitting and amusing! If you have any other requests or need assistance with something else, please don't hesitate to ask.\n```\nTo use a system prompt with `groq-mixtral` to explain some code:\n```bash\ncat example.py | llm -m groq-mixtral -s 'explain this code'\n```\n\n## Model options\n\nTBD\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n```bash\ncd llm-groq\npython3 -m venv venv\nsource venv/bin/activate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangerman%2Fllm-groq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangerman%2Fllm-groq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangerman%2Fllm-groq/lists"}