Skip to content

Commit 81a29bb

Browse files
committed
Disable giscus lazy loading
1 parent 740a5da commit 81a29bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ So to get this to work, we only need to implement two things:
5050

5151
1. Querying the LM API (this can get annoying if you want to support all LMs, or want detailed cost information, but is very simple if you already know which model you want)
5252
2. Parsing the action (`parse_action`). You don't need this if you use the tool calling functionality of your LM if it supports it, but this is more provider-specific, so we wo'nt cover it in this guide for now (don't worry, the performance should not be impacted by this).
53-
3. Executing the action (very simple)
53+
3. Executing the action (very simple, in our case we will simply execute any action of the LM as a bash-command in the terminal).
5454

5555
### Querying the LM
5656

@@ -636,7 +636,6 @@ If you have questions or comments, please comment below. Note that GitHub issues
636636
data-input-position="top"
637637
data-theme="preferred_color_scheme"
638638
data-lang="en"
639-
data-loading="lazy"
640639
crossorigin="anonymous"
641640
async>
642641
</script>

0 commit comments

Comments
 (0)