mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-19 02:28:41 +00:00
Replaces the 'chatgpt' key with 'openai' and updates the corresponding file path to 'openai_apikey.txt' in apikey.json for clarity and consistency.
17 lines
691 B
JSON
17 lines
691 B
JSON
{
|
|
"openai": "file:data/openai_apikey.txt",
|
|
"anthropic": "file:data/anthropic_apikey.txt",
|
|
"groq": "file:data/groq_apikey.txt",
|
|
"grok": "file:data/grok_apikey.txt",
|
|
"gemini": "file:data/gemini_apikey.txt",
|
|
"mistral": "file:data/mistral_apikey.txt",
|
|
"deepseek": "file:data/deepseek_apikey.txt",
|
|
"moonshot": "file:data/moonshot_apikey.txt",
|
|
"clovastudio": "file:data/clovastudio_apikey.txt",
|
|
"catswords-ai": "file:data/catswords_ai_apikey.txt",
|
|
"scrapeops": "file:data/scrapeops_apikey.txt",
|
|
"serpapi": "file:data/serpapi_apikey.txt",
|
|
"aviationstack": "file:data/aviationstack_apikey.txt",
|
|
"abuseipdb": "file:data/abuseipdb_apikey.txt"
|
|
}
|