From fde431c0691e9ccf85afa6bbd804d31c413b4557 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 19 Jan 2026 14:58:36 +0900 Subject: [PATCH] Add Friendiai API key path to apikey.json Included the Friendiai API key reference in apikey.json to support integration with the Friendiai service. --- data/apikey.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/apikey.json b/data/apikey.json index ba5b59a..1c4a751 100644 --- a/data/apikey.json +++ b/data/apikey.json @@ -8,6 +8,7 @@ "deepseek": "file:data/deepseek_apikey.txt", "moonshot": "file:data/moonshot_apikey.txt", "clovastudio": "file:data/clovastudio_apikey.txt", + "friendiai": "file:data/friendiai_apikey.txt", "catswords-ai": "file:data/catswords_ai_apikey.txt", "scrapeops": "file:data/scrapeops_apikey.txt", "serpapi": "file:data/serpapi_apikey.txt",