Update OpenAI API key reference in apikey.json

Replaces the 'chatgpt' key with 'openai' and updates the corresponding file path to 'openai_apikey.txt' in apikey.json for clarity and consistency.
This commit is contained in:
Namhyeon, Go 2026-01-18 15:46:16 +09:00
parent d7014a5d23
commit 255a1367ad

View File

@ -1,5 +1,5 @@
{
"chatgpt": "file:data/chatgpt_apikey.txt",
"openai": "file:data/openai_apikey.txt",
"anthropic": "file:data/anthropic_apikey.txt",
"groq": "file:data/groq_apikey.txt",
"grok": "file:data/grok_apikey.txt",