mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-12 04:33:42 +08:00
feat: sync models with OpenAI (#971)
* add new 0125 chat models and embedding-3 models * refine the step of manually deploying * add gpt-4-turbo-preview
This commit is contained in:
@@ -135,12 +135,12 @@ sudo service nginx restart
|
||||
git clone https://github.com/songquanpeng/one-api.git
|
||||
|
||||
# フロントエンドのビルド
|
||||
cd one-api/web
|
||||
cd one-api/web/default
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
# バックエンドのビルド
|
||||
cd ..
|
||||
cd ../..
|
||||
go mod download
|
||||
go build -ldflags "-s -w" -o one-api
|
||||
```
|
||||
|
Reference in New Issue
Block a user