trump / index.js
bep40's picture
Create index.js
0161497 verified
const chatBot = new CozeWebSDK.WebChatClient({
config: {
bot_id: '7467927051141103624',
},
auth: {
type: 'token',
token: 'pat_2TMDFg89bIpvSgPtEkQf7d9LlaWr475szH4k9BxeJKtYsFnEcnaj4xPFHJevxH8A',
onRefreshToken: async () => 'pat_2TMDFg89bIpvSgPtEkQf7d9LlaWr475szH4k9BxeJKtYsFnEcnaj4xPFHJevxH8A',
},
ui: {
asstBtn: {
isNeed: false,
},
chatBot: {
el: document.getElementById('id1')
}
}