# chatgpt-proxy **Repository Path**: qianxunclub/chatgpt-proxy ## Basic Information - **Project Name**: chatgpt-proxy - **Description**: ChatGPT代理,需要部署到国外服务器上面,已经接入了聊天和图像生成接口,小程序体验:糯糯AI - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-21 - **Last Updated**: 2024-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置 在 `application.yml` 文件添加`openaiKey`, 或者在请求header中添加`Authorization:Bearer xxxxx ` # 部署 docker-compose部署: ```shell cd chatgpt-proxy # 构建 ./build # 启动 docker-compose up -d # 查看日志 docker-compose logs --tail=800 -f chatgpt-proxy ``` swagger 访问:http://localhost:8080/swagger-ui/index.html