Update apikey.json

This commit is contained in:
Namhyeon Go 2024-12-27 14:34:57 +09:00 committed by GitHub
parent 31792ebecd
commit 7aeb8edfc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}