-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The problem is still:
Not a valid API key (OpenAI API keys start with “sk-”).
I fixed it. In ChipiChat.lbaction/Contents/Scripts/lib/config.js:
82c82 < if (!/^sk-\w{45,}/.test(val)) { --- if (!/^sk-[A-Za-z0-9_-]{45,}/.test(val)) {
Originally posted by @wesperdue in #3
Metadata
Metadata
Assignees
Labels
No labels