{"id":20439301,"url":"https://github.com/skitsanos/llm-chatbot","last_synced_at":"2026-01-28T23:02:46.829Z","repository":{"id":235979678,"uuid":"791657762","full_name":"skitsanos/llm-chatbot","owner":"skitsanos","description":"Various examples on implementing Chat UI with multiple LLMs","archived":false,"fork":false,"pushed_at":"2024-06-06T15:00:07.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T23:46:54.425Z","etag":null,"topics":["ai","artificial-intelligence","chatbot","chatbots","gpt","llama","llm","llms","mistral","openai"],"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/skitsanos.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-04-25T05:57:43.000Z","updated_at":"2024-06-06T15:00:10.000Z","dependencies_parsed_at":"2024-06-06T16:43:57.385Z","dependency_job_id":null,"html_url":"https://github.com/skitsanos/llm-chatbot","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"7f8d78747838e75854b1da5b2bcf37987e0f56e6"},"previous_names":["skitsanos/llm-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skitsanos/llm-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fllm-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fllm-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fllm-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fllm-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skitsanos","download_url":"https://codeload.github.com/skitsanos/llm-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fllm-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","artificial-intelligence","chatbot","chatbots","gpt","llama","llm","llms","mistral","openai"],"created_at":"2024-11-15T09:16:12.126Z","updated_at":"2026-01-28T23:02:46.805Z","avatar_url":"https://github.com/skitsanos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llm-chatbot\n\n\u003e This repo is a collection of examples showcasing how to use HoloViz components and various LLMs to create a chat\n\u003e interface similar to the one you might be familiar with at ChatGPT\n\n### Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\nIt will install the following packages:\n\n- `openai` for OpenAI API\n- `panel` for creating interactive dashboards and Chat UIs\n- `watchfiles` for watching file changes and reloading the server\n\n### Running with Taskfile\n\nTaskfile is a simple way to manage tasks in a project. It is similar to Makefile but with a simpler syntax. Please refer\nto https://taskfile.dev/installation/ for installation instructions.\n\nTaskfile example for this project:\n\n```yaml\nversion: 3\n\nenv:\n  OPENAI_API_KEY: \u003cYOUR_OPEN_AI_KEY\u003e\n  GROQ_API_KEY: \u003cYOUR_GROQ_KEY\u003e\n\ntasks:\n  chat-single-model:\n    cmds:\n      - panel serve chat-single-model.py --autoreload\n\n  chat-model-switcher:\n    cmds:\n      - panel serve chat-model-switcher.py --autoreload\n\n  chat-contexts:\n    cmds:\n      - panel serve chat-contexts.py --autoreload\n```\n\n### Available examples\n\n- `chat-single-model` showcasing a single model chat interface.\n- `chat-model-switcher` showcasing a chat interface with model switching.\n- `chat-contexts` showcasing a chat interface with chat history switching.\n\nTo run the examples, you can use the Taskfile commands like this:\n\n```bash\ntask chat-single-model\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitsanos%2Fllm-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskitsanos%2Fllm-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitsanos%2Fllm-chatbot/lists"}