{"id":22864110,"url":"https://github.com/samarthpandeydev/langchain-groq-chainlit","last_synced_at":"2025-07-02T21:05:09.299Z","repository":{"id":238111380,"uuid":"795899895","full_name":"samarthpandeydev/langchain-groq-chainlit","owner":"samarthpandeydev","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-05T17:50:38.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T21:04:45.078Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samarthpandeydev.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}},"created_at":"2024-05-04T11:12:24.000Z","updated_at":"2024-05-05T17:50:41.000Z","dependencies_parsed_at":"2024-05-04T12:25:51.969Z","dependency_job_id":"7013b495-8ca2-45a6-aff4-f6662f324706","html_url":"https://github.com/samarthpandeydev/langchain-groq-chainlit","commit_stats":null,"previous_names":["samarthpandeydev/langchain-groq-chainlit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samarthpandeydev/langchain-groq-chainlit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarthpandeydev%2Flangchain-groq-chainlit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarthpandeydev%2Flangchain-groq-chainlit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarthpandeydev%2Flangchain-groq-chainlit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarthpandeydev%2Flangchain-groq-chainlit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samarthpandeydev","download_url":"https://codeload.github.com/samarthpandeydev/langchain-groq-chainlit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarthpandeydev%2Flangchain-groq-chainlit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215288,"owners_count":23431893,"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-12-13T11:19:11.604Z","updated_at":"2025-07-02T21:05:09.208Z","avatar_url":"https://github.com/samarthpandeydev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# langchain-groq-chainlit\nSimple Chat UI using Large Language Model Groq, LangChain and Chainlit\n\n### Tech stack being used\n- LLMs from [Groq](https://groq.com/) website.\n- [LangChain](https://www.langchain.com/) as a Framework for LLM\n- [LangSmith](https://smith.langchain.com/) for developing, collaborating, testing, deploying, and monitoring LLM applications.\n- [Chainlit](https://docs.chainlit.io/langchain) for deploying.\n\n## System Requirements\n\nYou must have Python 3.10 or later installed. Earlier versions of python may not compile.\n\n## Steps to Replicate \n\n1. Fork this repository (optional) and clone it locally.\n   ```\n   git clone https://github.com/samarthpandeydev/langchain-groq-chainlit.git\n   cd langchain-groq-chainlit\n   ```\n\n2. Create a virtualenv and activate it.\n   ```\n   python3 -m venv .venv \u0026\u0026 source .venv/bin/activate\n   ```\n\n3. OPTIONAL - Rename example.env to .env with `cp example.env .env`and input the environment variables from [LangSmith](https://smith.langchain.com/). You need to create an account in LangSmith website if you haven't already. Also, you need to get api key for groq from this [link](https://console.groq.com/keys).\n   ``` \n   LANGCHAIN_TRACING_V2=true\n   LANGCHAIN_ENDPOINT=\"https://api.smith.langchain.com\"\n   LANGCHAIN_API_KEY=\"your-api-key\"\n   LANGCHAIN_PROJECT=\"your-project\"\n   GROQ_API_KEY=\"YOUR_GROQ_API_KEY\"\n   ```\n\n4. Run the following command in the terminal to install necessary python packages:\n   ```\n   pip install -r requirements.txt\n   ```\n\n5. Run the following command in your terminal to start the chat UI:\n   ```\n   chainlit run langchain_groq_chainlit.py\n   ```\n\n## Disclaimer\nThis is test project and is presented in my youtube video to learn new stuffs. It is not meant to be used in production as it's not production ready. You can modify the code and use for your usecases ✌️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarthpandeydev%2Flangchain-groq-chainlit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamarthpandeydev%2Flangchain-groq-chainlit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarthpandeydev%2Flangchain-groq-chainlit/lists"}