-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'message' in data[key] #177
Comments
adamlui
added a commit
that referenced
this issue
May 1, 2024
…n `.getChatData().getChatMsgs()` (#177)
adamlui
added a commit
that referenced
this issue
May 1, 2024
…n `.getChatData().getChatMsgs()` (#177) ↞ [auto-sync from `KudoAI/chatgpt.js`]
adamlui
added a commit
to KudoAI/chatgpt.js-chrome-starter
that referenced
this issue
May 1, 2024
…n `.getChatData().getChatMsgs()` (KudoAI/chatgpt.js#177) ↞ [auto-sync from `KudoAI/chatgpt.js`]
adamlui
added a commit
that referenced
this issue
May 1, 2024
thank you @emtry! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'message' in data[key] 会导致后面的data[key].message.author.role报错
'message' in data[key] 替换成 data[key].message != null 后正常运行
The text was updated successfully, but these errors were encountered: