{"id":15321000,"url":"https://github.com/qingwave/mygpt","last_synced_at":"2025-10-14T16:06:05.421Z","repository":{"id":208594462,"uuid":"711796433","full_name":"qingwave/mygpt","owner":"qingwave","description":"MyGPT is a ChatGPT drivened project, similar with the ChatGPT UI but all code writed by ChatGPT.","archived":false,"fork":false,"pushed_at":"2023-11-22T09:08:13.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T16:05:14.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://qingwave.github.io/chatgpt-driven-development","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/qingwave.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-10-30T07:40:18.000Z","updated_at":"2023-10-30T10:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"26568b7e-2b8d-4438-9f10-32622c698744","html_url":"https://github.com/qingwave/mygpt","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"43474d6e45c476913469ec08dc3565a5867fa27f"},"previous_names":["qingwave/mygpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qingwave/mygpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fmygpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fmygpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fmygpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fmygpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qingwave","download_url":"https://codeload.github.com/qingwave/mygpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fmygpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019559,"owners_count":26086750,"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-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-10-01T09:09:35.113Z","updated_at":"2025-10-14T16:06:05.399Z","avatar_url":"https://github.com/qingwave.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyGPT\n\nMyGPT是一个由完全由ChatGPT驱动开发的聊天应用程序，使用Flask作为后端和OpenAI的ChatGPT模型，允许用户与ChatGPT进行实时对话，用户可以创建多个聊天会话，保存聊天历史记录并清除聊天记录。\n\n![MyGPT](./doc/mygpt.png)\n\n## 特性\n- 类似ChatGPT界面的前后端应用\n- 会话使用LocalStorage存储于本地\n- 会话管理\n\n## 技术栈\n- Flask：用于后端服务器\n- OpenAI ChatGPT：用于生成聊天响应\n- JavaScript：用于前端交互和动态显示聊天内容\n- HTML/CSS：用于构建用户界面\n- Font Awesome：用于图标\n- Tailwind CSS 和 Tailwind\n- Marked: 渲染Markdown\n\n## 运行\n\n1. 配置环境变量，使用以下命令将您的OpenAI API密钥分配给`OPENAI_API_KEY`环境变量：\n    ```bash\n    export OPENAI_API_KEY=your-api-key-here\n    ```\n2. 安装python依赖\n    ```bash\n    pip install flask openai\n    ```\n3. 运行后端，打开您的浏览器，访问 http://localhost:5000，这是默认的 Flask 服务器地址。您应该看到一个简单的聊天应用界面。\n    ```bash\n    python your_app_name.py\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fmygpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingwave%2Fmygpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fmygpt/lists"}