Skip to content

Commit

Permalink
fix: removed key from playground
Browse files Browse the repository at this point in the history
  • Loading branch information
SchnapsterDog committed Aug 17, 2023
1 parent 8bb28dd commit e736706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineNuxtConfig({
modules: ['../src/module'],
chatgpt: {
apiKey: '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',
apiKey: 'xxxx',
isEnabled: true
}
})

0 comments on commit e736706

Please sign in to comment.