From 51839bdc8d09ea004f0ceb4d4e8c5968a356ed3e Mon Sep 17 00:00:00 2001 From: eeeXun Date: Sat, 10 Feb 2024 14:01:13 +0800 Subject: [PATCH] style: API Key uppercase --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0047ba..1940e2d 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ See the example in [server.yaml](example/server.yaml) file. api_key: chatgpt: value: CHATGPT_API_KEY # <- Replace with your API Key - # file: $HOME/secrets/chatgpt.txt # <- You can also specify the file where to read api key + # file: $HOME/secrets/chatgpt.txt # <- You can also specify the file where to read API Key deepl: value: DEEPL_API_KEY # <- Replace with your API Key - # file: $HOME/secrets/deepl.txt # <- You can also specify the file where to read api key + # file: $HOME/secrets/deepl.txt # <- You can also specify the file where to read API Key ``` ## DeepLX @@ -47,7 +47,7 @@ See the example in [server.yaml](example/server.yaml) file. api_key: deeplx: value: DEEPLX_API_KEY # <- Replace with your API Key - # file: $HOME/secrets/deeplx.txt # <- You can also specify the file where to read api key + # file: $HOME/secrets/deeplx.txt # <- You can also specify the file where to read API Key host: deeplx: 127.0.0.1:1188 # <- Replace with your server IP address and port ```