diff --git a/hermes/kustomization.yaml b/hermes/kustomization.yaml index cfcda10..9e0dfd4 100644 --- a/hermes/kustomization.yaml +++ b/hermes/kustomization.yaml @@ -14,6 +14,8 @@ secretGenerator: - secrets/TELEGRAM_REACTIONS - secrets/TELEGRAM_BOT_TOKEN - secrets/DEEPSEEK_API_KEY + - secrets/XIAOMI_API_KEY + - secrets/KIMI_API_KEY - secrets/API_SERVER_KEY - secrets/SIYUAN_TOKEN type: Opaque diff --git a/hermes/secrets/KIMI_API_KEY b/hermes/secrets/KIMI_API_KEY new file mode 100644 index 0000000..c88d847 --- /dev/null +++ b/hermes/secrets/KIMI_API_KEY @@ -0,0 +1 @@ +sk-DDmsBkT8bxkvZ2IYwpXx4UBEnoa4z0MwNB75b0mXGMFOCGN6 \ No newline at end of file diff --git a/hermes/secrets/XIAOMI_API_KEY b/hermes/secrets/XIAOMI_API_KEY new file mode 100644 index 0000000..dba8a16 --- /dev/null +++ b/hermes/secrets/XIAOMI_API_KEY @@ -0,0 +1 @@ +sk-cs3w0fu50ndx0u0khdxpvnzp3lhyy5sdlffrgq7pgxlkfhd2 \ No newline at end of file