Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Pylint",
"gentrade",
"aliyuncs",
"kenplusplus"
"kenplusplus",
"OPENAI"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ After starting the server, please test restful API via <http://127.0.0.1:8000/do

## Setup Environment Variable

It dependends on following environment variable, please use `export` or create a
It depends on following environment variable, please use `export` or create a
new `.env` file from [.env.template](./.env.template), and pass it into docker
via `--env-file`

Expand Down
Loading