mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-27 03:29:27 +00:00
Included the Friendiai API key reference in apikey.json to support integration with the Friendiai service.
18 lines
742 B
JSON
18 lines
742 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",
|
|
"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",
|
|
"aviationstack": "file:data/aviationstack_apikey.txt",
|
|
"abuseipdb": "file:data/abuseipdb_apikey.txt"
|
|
}
|