From 7aeb8edfc242a3907969805671042ebe8ad6e62e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 27 Dec 2024 14:34:57 +0900 Subject: [PATCH] Update apikey.json --- data/apikey.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/apikey.json b/data/apikey.json index fbb9d65..1ec8c25 100644 --- a/data/apikey.json +++ b/data/apikey.json @@ -1,8 +1,8 @@ { - "chatgpt": "", - "anthropic": "", - "groq": "", - "scrapeops": "", - "searchapi": "", - "aviationstack": "" + "chatgpt": "file:chatgpt_apikey.txt", + "anthropic": "file:anthropic_apikey.txt", + "groq": "file:groq_apikey.txt", + "scrapeops": "file:scrapeops_apikey.txt", + "searchapi": "file:searchapi_apikey.txt", + "aviationstack": "file:aviationstack_apikey.txt" }