Skip to content

Commit

Permalink
style: API Key uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun committed Feb 10, 2024
1 parent 3b0edef commit 51839bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit 51839bd

Please sign in to comment.