{"id":18897120,"url":"https://github.com/synaptrix/chatgpt-desktop-proxy","last_synced_at":"2025-04-15T02:08:22.143Z","repository":{"id":148854476,"uuid":"617477787","full_name":"Synaptrix/ChatGPT-Desktop-Proxy","owner":"Synaptrix","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-31T09:50:54.000Z","size":32,"stargazers_count":98,"open_issues_count":0,"forks_count":40,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T02:08:12.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Synaptrix.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":"2023-03-22T13:30:54.000Z","updated_at":"2025-03-01T00:18:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5348a5c-4f8b-4bb2-ab4b-cfac70ce9e69","html_url":"https://github.com/Synaptrix/ChatGPT-Desktop-Proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synaptrix%2FChatGPT-Desktop-Proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synaptrix%2FChatGPT-Desktop-Proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synaptrix%2FChatGPT-Desktop-Proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synaptrix%2FChatGPT-Desktop-Proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synaptrix","download_url":"https://codeload.github.com/Synaptrix/ChatGPT-Desktop-Proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991544,"owners_count":21194894,"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-11-08T08:36:21.831Z","updated_at":"2025-04-15T02:08:22.130Z","avatar_url":"https://github.com/Synaptrix.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT-Desktop-Proxy\n\n\u003e 本项目服务于 [ChatGPT-Desktop](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop) ，用于临时解决部分地区用户因为网络原因无法正常使用软件\n\n\u003e 项目已支持流式输出以及非openAI的链接转发，2023-03-25\n\n## 使用方法\n\n项目思路：\n使用云服务器处理转发，理论上适用于各大云服务器厂商，请自行部署测试\n\n项目架构：由之前的`Serverless Functions`升级为`Edge Function`\n\n项目配置：转发以`/api`开头的所有请求\n\n项目优势：使用边缘函数，将不再受限于`Vercel`上请求超时`10s`的限制，理论上同时会加快访问速度\n\n如需额外自定义的功能，请参考 [链接](https://vercel.com/docs/concepts/functions/edge-functions) \n\n## 部署你自己的转发服务器（免费）\n\n如果你只需要部署一个你自己用的转发服务，而不需要额外修改，那么你完全不需要下载源代码，可以直接点击下面的按钮，然后按照提示操作，即可完成部署\n\n[![Deploy with Vercel](https://vercel.com/button?utm_source=busiyi\u0026utm_campaign=oss)](https://vercel.com/new/clone?utm_source=busiyi\u0026utm_campaign=oss\u0026repository-url=https://github.com/ChatGPT-Desktop/ChatGPT-Desktop-Porxy)\n\n更详细的手把手部署教程，请移步Discord社区 [置顶帖](https://discord.com/channels/1074429768063262791/1090723974650015857)\n\n`vercel.app` 域名已经封禁，但 `vercel` 服务仍然可以访问，你可以绑定自己的域名来正常使用\n\n注意：如果广泛分享此转发服务，可能导致你的域名被墙\n\n## 项目开发\n\n如果你需要在本地开发和调试，请在`clone`仓库后执行：\n1. `pnpm install` 安装依赖\n2. `pnpm start` 启动项目\n\n成功后，本地会启动`3000`端口作为转发服务器的入口\n\n## 项目部署\n```bash\npnpm run deploy\n```\n请根据提示自行配置`vercel`环境\n\n## 免责声明\n\n使用本项目代表您已阅读、理解并同意本免责声明的所有条款，以及自己可能承担的所有风险。本组织不为由此而产生的问题负责。\n\n以下是本项目的免责声明条款：\n\n- 本项目的所有内容仅供参考，不构成任何使用建议。\n- 本组织不保证本项目的内容完整、准确、及时、可靠、适用性或可用性。\n- 任何组织或个人不得将本项目作为决策的唯一依据，应当根据自己的情况进行独立判断和决策。\n- 本组织不对因使用本项目而产生的任何直接或间接损失承担任何责任。\n\n如果本项目对你有所帮助，欢迎`star`，但不接受任何付费功能请求\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynaptrix%2Fchatgpt-desktop-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynaptrix%2Fchatgpt-desktop-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynaptrix%2Fchatgpt-desktop-proxy/lists"}