mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-16 07:40:44 -07:00
style: API Key uppercase
This commit is contained in:
parent
3b0edef864
commit
51839bdc8d
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user