Update apikey.json

This commit is contained in:
Namhyeon Go 2024-12-27 14:49:25 +09:00 committed by GitHub
parent b4ace286e3
commit e9ba3cff96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
{
"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"
"chatgpt": "file:data/chatgpt_apikey.txt",
"anthropic": "file:data/anthropic_apikey.txt",
"groq": "file:data/groq_apikey.txt",
"scrapeops": "file:data/scrapeops_apikey.txt",
"searchapi": "file:data/searchapi_apikey.txt",
"aviationstack": "file:data/aviationstack_apikey.txt"
}