rapGPT

所属分类:GPT/ChatGPT
开发工具:JavaScript
文件大小:22922KB
下载次数:0
上传日期:2023-04-17 22:28:38
上 传 者sh-1993
说明:  GPT-3供电说唱发生器
(GPT-3 powered rap generator ,)

文件列表:
.eslintignore (160, 2023-04-18)
.eslintrc.cjs (494, 2023-04-18)
.next (0, 2023-04-18)
.next\build-manifest.json (749, 2023-04-18)
.next\cache (0, 2023-04-18)
.next\cache\webpack (0, 2023-04-18)
.next\cache\webpack\client-development-fallback (0, 2023-04-18)
.next\cache\webpack\client-development-fallback\0.pack (42142573, 2023-04-18)
.next\cache\webpack\client-development-fallback\index.pack (476406, 2023-04-18)
.next\cache\webpack\client-development (0, 2023-04-18)
.next\cache\webpack\client-development\0.pack (42064950, 2023-04-18)
.next\cache\webpack\client-development\1.pack (81712, 2023-04-18)
.next\cache\webpack\client-development\2.pack (1188488, 2023-04-18)
.next\cache\webpack\client-development\index.pack (523649, 2023-04-18)
.next\cache\webpack\client-development\index.pack.old (523590, 2023-04-18)
.next\cache\webpack\server-development (0, 2023-04-18)
.next\cache\webpack\server-development\0.pack (1355890, 2023-04-18)
.next\cache\webpack\server-development\1.pack (569335, 2023-04-18)
.next\cache\webpack\server-development\index.pack (56939, 2023-04-18)
.next\cache\webpack\server-development\index.pack.old (38238, 2023-04-18)
.next\fallback-build-manifest.json (622, 2023-04-18)
.next\package.json (20, 2023-04-18)
.next\react-loadable-manifest.json (2, 2023-04-18)
.next\server (0, 2023-04-18)
.next\server\_error.js (52941, 2023-04-18)
.next\server\middleware-build-manifest.js (519, 2023-04-18)
.next\server\middleware-manifest.json (83, 2023-04-18)
.next\server\middleware-react-loadable-manifest.js (33, 2023-04-18)
.next\server\pages-manifest.json (125, 2023-04-18)
.next\server\pages (0, 2023-04-18)
.next\server\pages\_app.js (15366, 2023-04-18)
.next\server\pages\_document.js (143307, 2023-04-18)
.next\server\pages\_error.js (52951, 2023-04-18)
.next\server\pages\index.js (64449, 2023-04-18)
.next\server\webpack-runtime.js (6628, 2023-04-18)
.next\static (0, 2023-04-18)
.next\static\chunks (0, 2023-04-18)
.next\static\chunks\_error.js (4213, 2023-04-18)
... ...

# RapGPT This is a rap generator, powered by OpenAI's GPT-3 model. Setup details below. ## Setup 1. If you dont have Node.js installed, [install it from here](https://nodejs.org/en/) (Node.js version >= 14.6.0 required) 2. Clone this repository 3. Navigate into the project directory ```bash $ cd rapGPT ``` 4. Install the requirements ```bash $ npm install ``` 5. Make a copy of the example environment variables file On Linux systems: ```bash $ cp .env.example .env ``` On Windows: ```powershell $ copy .env.example .env ``` 6. Add your [API key](https://platform.openai.com/account/api-keys) to the newly created `.env` file 7. Run the app ```bash $ npm run dev ``` You should now be able to access the app at [http://localhost:5173](http://localhost:5173)

近期下载者

相关文件


收藏者