Skip to content

Commit

Permalink
updated simple_ollama.html for relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
manu chatterjee committed Apr 13, 2024
1 parent 5b5af54 commit a742b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ollama-basic-js/simple_ollama.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="../../dist/yackbox.css">

<!-- Include Yackbox Chat JavaScript file -->
<script src="../../../dist/yackbox.umd.min.js"></script>
<script src="../../dist/yackbox.umd.min.js"></script>

<script src="./ollama_simple_adapter.js"></script>
<style>
Expand Down

0 comments on commit a742b5f

Please sign in to comment.