diff --git a/README.md b/README.md index a65f98c..40e3dbd 100644 --- a/README.md +++ b/README.md @@ -172,16 +172,12 @@ See [this issue](https://github.com/sqlchat/sqlchat/issues/141).
--- You can set the `OPENAI_API_KEY` in environment variable. + - ```bash - docker run --name sqlchat --platform linux/amd64 --env OPENAI_API_KEY=xxx -p 3000:3000 sqlchat/sqlchat - ``` - -- You can set the `OPENAI_API_KEY` in setting dialog. +Your OpenAI Key has run out of quota. Please check your [OpenAI account](https://platform.openai.com/account/api-keys).
- - - -Your OpenAI Key has run out of quota. Please check your [OpenAI account](https://platform.openai.com/account/api-keys). - -
-