Skip to content

Commit 29a3dd0

Browse files
Built site for gh-pages
1 parent 1bab1fe commit 29a3dd0

File tree

149 files changed

+14932
-701
lines changed

Some content is hidden

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

149 files changed

+14932
-701
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84772260
1+
0317af6e

404.html

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -870,33 +870,18 @@ <h1 class="title">Page Not Found</h1>
870870
</div>
871871
</div>
872872
</footer>
873+
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@main/floating-chat.js"></script>
873874
<script>
874-
window.difyChatbotConfig = {
875-
token: 'XCLkkdVV1UtPggWt',
876-
baseUrl: 'https://flow.byndsim.com',
877-
systemVariables: {
878-
// user_id: 'YOU CAN DEFINE USER ID HERE',
879-
},
880-
containerProps: {
881-
style: {
882-
backgroundColor: '#ffffff',
883-
borderRadius: '0px',
884-
},
885-
},
886-
}
887-
</script>
888-
<script src="https://flow.byndsim.com/embed.min.js" id="XCLkkdVV1UtPggWt" defer="">
875+
new UniversalChatWidget({
876+
title: "Python Assistant",
877+
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev",
878+
model: "python-programming",
879+
userMessageOpacity: 0.5,
880+
assistantMessageOpacity: 0.5,
881+
position: "bottom-right",
882+
windowHeight: 800
883+
});
889884
</script>
890-
<style>
891-
#dify-chatbot-bubble-button {
892-
background-color: #8C3048 !important;
893-
}
894-
#dify-chatbot-bubble-window {
895-
width: 24rem !important;
896-
height: 80vh !important;
897-
position: fixed !important;
898-
}
899-
</style>
900885

901886

902887

assignments/assignment-1 2.html

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

assignments/assignment-1 2.pdf

25.1 KB
Binary file not shown.

assignments/assignment-1.html

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -958,33 +958,18 @@ <h1>Hangman</h1>
958958
</div>
959959
</div>
960960
</footer>
961+
<script src="https://cdn.jsdelivr.net/gh/beyondsimulations/web-embedded-chat@main/floating-chat.js"></script>
961962
<script>
962-
window.difyChatbotConfig = {
963-
token: 'XCLkkdVV1UtPggWt',
964-
baseUrl: 'https://flow.byndsim.com',
965-
systemVariables: {
966-
// user_id: 'YOU CAN DEFINE USER ID HERE',
967-
},
968-
containerProps: {
969-
style: {
970-
backgroundColor: '#ffffff',
971-
borderRadius: '0px',
972-
},
973-
},
974-
}
975-
</script>
976-
<script src="https://flow.byndsim.com/embed.min.js" id="XCLkkdVV1UtPggWt" defer="">
963+
new UniversalChatWidget({
964+
title: "Python Assistant",
965+
apiEndpoint: "https://model-proxy.vlcek-4b4.workers.dev",
966+
model: "python-programming",
967+
userMessageOpacity: 0.5,
968+
assistantMessageOpacity: 0.5,
969+
position: "bottom-right",
970+
windowHeight: 800
971+
});
977972
</script>
978-
<style>
979-
#dify-chatbot-bubble-button {
980-
background-color: #8C3048 !important;
981-
}
982-
#dify-chatbot-bubble-window {
983-
width: 24rem !important;
984-
height: 80vh !important;
985-
position: fixed !important;
986-
}
987-
</style>
988973

989974

990975

assignments/assignment-1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)