{"id":20152601,"url":"https://github.com/lihanghang/chat-llm-pro","last_synced_at":"2025-10-13T19:15:28.047Z","repository":{"id":161610932,"uuid":"612585721","full_name":"lihanghang/chat-llm-pro","owner":"lihanghang","description":"基于语言模型的NLP应用","archived":false,"fork":false,"pushed_at":"2025-08-29T15:42:30.000Z","size":4914,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-21T09:37:56.606Z","etag":null,"topics":["chatbots","chatgpt","gpt3-turbo","langchain","llm","nlp","pdfextraction","prompt-engineering","qa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lihanghang.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-11T11:47:02.000Z","updated_at":"2025-08-16T06:37:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"913d58a5-9fa7-4f06-b9d3-8518c768ff77","html_url":"https://github.com/lihanghang/chat-llm-pro","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lihanghang/chat-llm-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihanghang%2Fchat-llm-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihanghang%2Fchat-llm-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihanghang%2Fchat-llm-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihanghang%2Fchat-llm-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lihanghang","download_url":"https://codeload.github.com/lihanghang/chat-llm-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihanghang%2Fchat-llm-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016887,"owners_count":26085884,"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-10-13T02:00:06.723Z","response_time":61,"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":["chatbots","chatgpt","gpt3-turbo","langchain","llm","nlp","pdfextraction","prompt-engineering","qa"],"created_at":"2024-11-13T23:12:47.815Z","updated_at":"2025-10-13T19:15:28.042Z","avatar_url":"https://github.com/lihanghang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatLLM\n\u003e 从2022年下半年到2023，Chatgpt显得低调且惊艳，本项目主要基于各类语言模型coding NLP相关应用。\n\n## 流程图\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"images/pipeline.png\"\u003e\n\u003c/div\u003e\n\n##  run env\n```shell\n# pipreqs --force\n# python\u003e=3.8\nvirtualenv -p python venv\nsource venv/bin/activate\n```\n## 编译镜像\n\n```shell\n$ docker-compose -f chat_docker-compose build\n```\n\n## Web UI\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"images/task_demo.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"images/add_example.png\"\u003e\n\u003c/div\u003e\n\n## 日志\n### 局限\n1. 调参能力有限。响应结果的干预手段有限\n2. 需要走第三方网络请求，稳定性不强，如何内网部署使用\n### 进度\n- [x] 实现了docker化服务器部署\n- [x] 基于gradio的UI DEMO交互体验 \n- [x] 支持摘要生成，问答，情感分类的场景\n- [x] 支持选择模型\n- [x] 支持类chatpdf功能\n- [x] 引入langchain工具，加速应用构建\n- [x] 基于langchain工具进行文档抽取server开发。可通过服务实现文本抽取。\n- [x] 引入text2vect模型，进行词向量计算。\n- [ ] web v3版本引入vue3，实现文档级别的问答。（长远计划）\n\n### 参考文档\n1. gpt-3 https://platform.openai.com/docs/models/gpt-3\n2. web界面 https://gradio.app/ \n3. gpt3.5-api https://platform.openai.com/docs/guides/chat/instructing-chat-models\n\n---\n获取体验key或文因金融语言模型可联系lihanghang@memect.co\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihanghang%2Fchat-llm-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flihanghang%2Fchat-llm-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihanghang%2Fchat-llm-pro/lists"}