Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SIPC committed Feb 8, 2024
1 parent 7035c15 commit 79019b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ OpenAI_API_KEY='sk-...'
OpenAI_API_ENDPOINT='https://api.openai.com/v1/chat/completions'
OpenAI_MODEL='gpt-3.5-turbo=0613'
NIUTRANS_KEY='...'
DEEPL_X_API_URL='https://api.sipc.ink/translate'
DEEPL_X_API_URL='...'
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ npm run start # start deploy server
```shell
docker run -d --name lyrify \
-p 3000:3000 \
programzmh/lyrify:latest
-e OpenAI_API_KEY='sk-...' \
-e OpenAI_API_ENDPOINT='https://api.openai.com/v1/chat/completions' \
-e OpenAI_MODEL='gpt-3.5-turbo' \
-e NIUTRANS_KEY='...' \
DEEPL_X_API_URL='...' \
sipcink/lyrify:latest
```

> Github Workflow 自动打包
Expand Down

0 comments on commit 79019b5

Please sign in to comment.