Skip to content

Commit

Permalink
fix: typo OpenAI
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 authored Mar 6, 2024
1 parent 4581db1 commit eef4254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class ChatGPTButtonHandler extends plugin {
]
let buttons = [[], []]
if (Config.apiKey) {
buttons[0].push(createButtonBase('OpenAPI', '#chat1', false))
buttons[0].push(createButtonBase('OpenAI', '#chat1', false))
}
if (await redis.get('CHATGPT:TOKEN')) {
buttons[0].push(createButtonBase('ChatGPT', '#chat3', false))
Expand Down

0 comments on commit eef4254

Please sign in to comment.