Skip to content

Commit

Permalink
wip: chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 15, 2024
1 parent 621a3b7 commit e5991be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ export default {
'script',
{},
`window.difyChatbotConfig = {
token: 'ToIyNfYIpbpUlVpE'
token: 'V5ySX7nM1NRG9gjm'
}
`
],
[
'script',
{
defer: true,
id: 'ToIyNfYIpbpUlVpE',
id: 'V5ySX7nM1NRG9gjm',
src: 'https://udify.app/embed.min.js'
}
],
Expand Down

0 comments on commit e5991be

Please sign in to comment.