-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
67 lines (60 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FT-AGENT-SPACE</title>
<style>
body, #app {
min-height: 100vh;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- <iframe src="http://110.42.103.198:23837/chatbot/RwuJBwZo2Z9KRzvF" frameborder="0" id="difyRot" allow="microphone">
</iframe> -->
<!-- <div id="robot">
<img src="./src/assets/robot.png" />
</div> -->
<!-- Dify iframe with full screen -->
<!--
<iframe
src="http://110.42.103.198:23837/chatbot/WRzttBhcwrt1bUKM"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe>
-->
<!-- Dify iframe with a button -->
<!--
<script>
window.difyChatbotConfig = {
token: 'WRzttBhcwrt1bUKM',
baseUrl: 'http://110.42.103.198:23837'
}
</script>
<script
src="http://110.42.103.198:23837/embed.min.js"
id="WRzttBhcwrt1bUKM"
defer>
</script>
-->
<!-- None screen only net request use with dify -->
<!--
http://110.42.103.198:23837/v1/chat-messages
header:
Authorization Bearer app-mgatJeJQqbREBwFZndc6B4Z5
body: json
{
"inputs": {},
"query": "玄凤鹦鹉和小黄鸡",
"response_mode": "blocking",
"conversation_id": "",
"user": "haha"
}
-->
</body>
</html>