v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-16 15:50:52 -07:00

style: API Key uppercase

This commit is contained in:
eeeXun 2024-02-10 14:01:13 +08:00
parent 3b0edef864
commit 51839bdc8d

View File

@ -29,10 +29,10 @@ See the example in [server.yaml](example/server.yaml) file.
api_key: api_key:
chatgpt: chatgpt:
value: CHATGPT_API_KEY # <- Replace with your API Key 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: deepl:
value: DEEPL_API_KEY # <- Replace with your API Key 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 ## DeepLX
@ -47,7 +47,7 @@ See the example in [server.yaml](example/server.yaml) file.
api_key: api_key:
deeplx: deeplx:
value: DEEPLX_API_KEY # <- Replace with your API Key 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: host:
deeplx: 127.0.0.1:1188 # <- Replace with your server IP address and port deeplx: 127.0.0.1:1188 # <- Replace with your server IP address and port
``` ```