{"id":13454771,"url":"https://github.com/aurora-develop/aurora","last_synced_at":"2025-05-14T02:04:22.679Z","repository":{"id":231038497,"uuid":"780685045","full_name":"aurora-develop/aurora","owner":"aurora-develop","description":"free","archived":false,"fork":false,"pushed_at":"2024-11-05T12:41:59.000Z","size":546556,"stargazers_count":2257,"open_issues_count":5,"forks_count":690,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-11T10:09:06.719Z","etag":null,"topics":["chatgpt","free","gpt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aurora-develop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-02T00:57:58.000Z","updated_at":"2025-04-09T05:51:51.000Z","dependencies_parsed_at":"2024-11-19T22:19:55.263Z","dependency_job_id":null,"html_url":"https://github.com/aurora-develop/aurora","commit_stats":null,"previous_names":["aurora-develop/aurora"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurora-develop%2Faurora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurora-develop%2Faurora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurora-develop%2Faurora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurora-develop%2Faurora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurora-develop","download_url":"https://codeload.github.com/aurora-develop/aurora/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052667,"owners_count":22006716,"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":["chatgpt","free","gpt"],"created_at":"2024-07-31T08:00:57.813Z","updated_at":"2025-05-14T02:04:22.659Z","avatar_url":"https://github.com/aurora-develop.png","language":"Go","readme":"# AURORA\n\n[README_EN](https://github.com/aurora-develop/aurora/blob/main/README_EN.md)\n\n（带UI）免费的GPT3.5，支持使用3.5的access 调用\n\n# Web端 \n\n访问http://你的服务器ip:8080/web\n\n![web使用](https://jsd.cdn.zzko.cn/gh/xiaozhou26/tuph@main/images/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202024-04-07%20111706.png)\n\n\n### 注：仅ip属地支持免登录使用ChatGpt可以使用(也可以自定义Baseurl来绕过限制)\n\n## Deploy\n\n\n### 编译部署\n\n```bash\ngit clone https://github.com/aurora-develop/aurora\ncd aurora\ngo build -o aurora\nchmod +x ./aurora\n./aurora\n```\n\n### Docker部署\n## Docker部署\n您需要安装Docker和Docker Compose。\n\n```bash\ndocker run -d \\\n  --name aurora \\\n  -p 8080:8080 \\\n  ghcr.io/aurora-develop/aurora:latest\n```\n\n## Docker Compose部署\n创建一个新的目录，例如aurora-app，并进入该目录：\n```bash\nmkdir aurora\ncd aurora\n```\n在此目录中下载库中的docker-compose.yml文件：\n\n```bash\ndocker-compose up -d\n```\n\n## Usage\n\n```bash\ncurl --location 'http://你的服务器ip:8080/v1/chat/completions' \\\n--header 'Content-Type: application/json' \\\n--data '{\n     \"model\": \"gpt-3.5-turbo\",\n     \"messages\": [{\"role\": \"user\", \"content\": \"Say this is a test!\"}],\n     \"stream\": true\n   }'\n```\n\n## 高级设置\n\n默认情况不需要设置，除非你有需求\n\n### 环境变量\n```\n\nBASE_URL=\"https://chat.openai.com/backend-api\" 代理网关\nAuthorization=your_authorization  用户认证 key。\nTLS_CERT=path_to_your_tls_cert 存储TLS（传输层安全协议）证书的路径。\nTLS_KEY=path_to_your_tls_key 存储TLS（传输层安全协议）证书的路径。\nPROXY_URL=your_proxy_url 添加代理池来。\n```\n\n## 鸣谢\n\n感谢各位大佬的pr支持，感谢。\n\n\n## 参考项目\n\n\nhttps://github.com/xqdoo00o/ChatGPT-to-API\n\n## License\n\nMIT License\n","funding_links":[],"categories":["Go","A01_文本生成_文本对话"],"sub_categories":["大语言对话模型及数据"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurora-develop%2Faurora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurora-develop%2Faurora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurora-develop%2Faurora/lists"}