You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# SoraWebui
SoraWebui 是一个开源项目,允许用户使用 OpenAI 的 Sora 模型使用文本在线生成视频,从而简化视频创建,并具有轻松的一键网站部署功能。
👉 [SoraWebui ](https://sorawebui.com )
< div align = "left" >
[English ](https://github.com/SoraWebui/SoraWebui/blob/main/README.md ) | 简体中文
< / div >
## 快速开始
### 在 Vercel 上部署
[![Deploy with Vercel ](https://vercel.com/button )](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui& project-name=SoraWebui& repository-name=SoraWebui& external-id=https%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui%2Ftree%2Fmain)
### 1. 克隆项目
```bash
git clone git@github.com:SoraWebui/SoraWebui.git
```
### 2. 安装依赖
```bash
cd SoraWebui & & yarn
#or
cd SoraWebui & & npm install
#or
cd SoraWebui & & pnpm install
```
### 3. 复制 .env.example 并将其重命名为 .env.local
```bash
# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
# openai config
OPENAI_API_KEY=sk-XXXXXX
OPENAI_API_BASE_URL=http://localhost:8081
OPENAI_API_MODEL=sora-1.0-turbo
```
### 4. 运行
```bash
yarn dev
#or
npm run dev
#or
pnpm dev
```
### 4. 在浏览器打开 [http://localhost](http://localhost)
![success_deploy.jpg ](https://sorawebui.com/success_deploy.jpg )
### 重要事项
SoraWebui 需要 [FakeSoraAPI ](https://github.com/SoraWebui/FakeSoraAPI ) 才能正常运行。