corrected container and other errors
This commit is contained in:
@@ -7,19 +7,19 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<script src="https://cdn.socket.io/4.0.1/socket.io.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="/js/eveai-sdk.js" defer></script>
|
||||
<script src="/js/eveai-chat-widget.js" defer></script>
|
||||
<link rel="stylesheet" href="/css/eveai-chat-style.css">
|
||||
<script src="/static/js/eveai-sdk.js" defer></script>
|
||||
<script src="/static/js/eveai-chat-widget.js" defer></script>
|
||||
<link rel="stylesheet" href="/static/css/eveai-chat-style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="chat-container"></div>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const eveAI = new EveAI(
|
||||
'39',
|
||||
'EveAI-CHAT-6919-1265-9848-6655-9870',
|
||||
'3',
|
||||
'EveAI-CHAT-7170-9132-8956-1484-6954',
|
||||
'http://macstudio.ask-eve-ai-local.com',
|
||||
'nl'
|
||||
'en'
|
||||
);
|
||||
eveAI.initializeChat('chat-container');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user