v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-20 01:30:07 -07:00
GTT/example/server.yaml
2024-02-10 13:55:02 +08:00

14 lines
359 B
YAML

# This file should be located at $XDG_CONFIG_HOME/gtt/server.yaml or $HOME/.config/gtt/server.yaml.
api_key:
chatgpt:
value: CHATGPT_API_KEY
# file: $HOME/secrets/chatgpt.txt
deepl:
value: DEEPL_API_KEY
# file: $HOME/secrets/deepl.txt
deeplx:
value: DEEPLX_API_KEY
# file: $HOME/secrets/deeplx.txt
host:
deeplx: 127.0.0.1:1188