Lagt till vidarebefordran av LLM från backen.py till frontend (index.html, client.html, frontend.js
This commit is contained in:
@@ -17,16 +17,11 @@
|
||||
<!-- Get the apiEndpoint -->
|
||||
<script>
|
||||
const apiEndpoint = window.apiEndpoint;
|
||||
// Debugging – log messages
|
||||
// if (apiEndpoint) {
|
||||
// console.log("client.html - apiEndpoint: ", apiEndpoint);
|
||||
// }
|
||||
// else {
|
||||
// console.log("client.html - cannot find apiEndpoint");
|
||||
// }
|
||||
const useModel = window.useModel;
|
||||
|
||||
</script>
|
||||
|
||||
<!-- Get the javascript handling communication with the backene -->
|
||||
<!-- Get the javascript handling communication with the backend -->
|
||||
<script src="/js/frontend.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user