Skip to content

Commit 4277274

Browse files
Built site for gh-pages
1 parent fa490a8 commit 4277274

142 files changed

Lines changed: 34155 additions & 368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b2f2b2e
1+
975250e6

404.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -890,18 +890,16 @@ <h1 class="title">Page Not Found</h1>
890890
</div>
891891
</div>
892892
</footer>
893-
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@latest/floating-chat.js"></script>
893+
<script src="https://agents.byndsim.com/static/floating-chat.js"></script>
894894
<script>
895-
new UniversalChatWidget({
896-
title: "Python Assistant",
897-
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev/api",
898-
model: "python-programming",
899-
userMessageOpacity: 0.5,
900-
assistantMessageOpacity: 0.5,
901-
position: "bottom-right",
902-
windowHeight: 800,
903-
debug: true
904-
});
895+
new UniversalChatWidget({
896+
"apiEndpoint": "https://chat.byndsim.com/chat",
897+
"model": "introduction-python",
898+
"title": "Python Assistant",
899+
"welcomeMessage": "Hi! How can I help you with the course?",
900+
"titleBackgroundColor": "#363D45",
901+
"titleFontColor": "#FDF8ED"
902+
});
905903
</script>
906904

907905

assignments/assignment_01 13.html

Lines changed: 1095 additions & 0 deletions
Large diffs are not rendered by default.

assignments/assignment_01 13.pdf

43 KB
Binary file not shown.

assignments/assignment_01.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,18 +1084,16 @@ <h1>Caesar Cipher</h1>
10841084
</div>
10851085
</div>
10861086
</footer>
1087-
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@latest/floating-chat.js"></script>
1087+
<script src="https://agents.byndsim.com/static/floating-chat.js"></script>
10881088
<script>
1089-
new UniversalChatWidget({
1090-
title: "Python Assistant",
1091-
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev/api",
1092-
model: "python-programming",
1093-
userMessageOpacity: 0.5,
1094-
assistantMessageOpacity: 0.5,
1095-
position: "bottom-right",
1096-
windowHeight: 800,
1097-
debug: true
1098-
});
1089+
new UniversalChatWidget({
1090+
"apiEndpoint": "https://chat.byndsim.com/chat",
1091+
"model": "introduction-python",
1092+
"title": "Python Assistant",
1093+
"welcomeMessage": "Hi! How can I help you with the course?",
1094+
"titleBackgroundColor": "#363D45",
1095+
"titleFontColor": "#FDF8ED"
1096+
});
10991097
</script>
11001098

11011099

assignments/assignment_01.pdf

-71 Bytes
Binary file not shown.

assignments/assignment_02 11.html

Lines changed: 1086 additions & 0 deletions
Large diffs are not rendered by default.

assignments/assignment_02.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,18 +1075,16 @@ <h1>Dashboards</h1>
10751075
</div>
10761076
</div>
10771077
</footer>
1078-
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@latest/floating-chat.js"></script>
1078+
<script src="https://agents.byndsim.com/static/floating-chat.js"></script>
10791079
<script>
1080-
new UniversalChatWidget({
1081-
title: "Python Assistant",
1082-
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev/api",
1083-
model: "python-programming",
1084-
userMessageOpacity: 0.5,
1085-
assistantMessageOpacity: 0.5,
1086-
position: "bottom-right",
1087-
windowHeight: 800,
1088-
debug: true
1089-
});
1080+
new UniversalChatWidget({
1081+
"apiEndpoint": "https://chat.byndsim.com/chat",
1082+
"model": "introduction-python",
1083+
"title": "Python Assistant",
1084+
"welcomeMessage": "Hi! How can I help you with the course?",
1085+
"titleBackgroundColor": "#363D45",
1086+
"titleFontColor": "#FDF8ED"
1087+
});
10901088
</script>
10911089

10921090

assignments/assignment_02.pdf

-18 Bytes
Binary file not shown.

general/cheatsheet.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,18 +1850,16 @@ <h1>Best Practices</h1>
18501850
</div>
18511851
</div>
18521852
</footer>
1853-
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@latest/floating-chat.js"></script>
1853+
<script src="https://agents.byndsim.com/static/floating-chat.js"></script>
18541854
<script>
1855-
new UniversalChatWidget({
1856-
title: "Python Assistant",
1857-
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev/api",
1858-
model: "python-programming",
1859-
userMessageOpacity: 0.5,
1860-
assistantMessageOpacity: 0.5,
1861-
position: "bottom-right",
1862-
windowHeight: 800,
1863-
debug: true
1864-
});
1855+
new UniversalChatWidget({
1856+
"apiEndpoint": "https://chat.byndsim.com/chat",
1857+
"model": "introduction-python",
1858+
"title": "Python Assistant",
1859+
"welcomeMessage": "Hi! How can I help you with the course?",
1860+
"titleBackgroundColor": "#363D45",
1861+
"titleFontColor": "#FDF8ED"
1862+
});
18651863
</script>
18661864

18671865

0 commit comments

Comments
 (0)