From 93023387b273a531906f196fead521e616bdb79d Mon Sep 17 00:00:00 2001 From: mgroeber9110 <45620825+mgroeber9110@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:55:03 +0200 Subject: [PATCH] Fix typo --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 03fc138..fecd2d2 100644 --- a/demo/index.html +++ b/demo/index.html @@ -21,7 +21,7 @@

Jinja-JS Demo

Template markup (HTML/Jinja) on the left will be compiled to JavaScript and shown on the right. View project on GitHub.

This fork contains some experimental changes from sstur/jinja-js to simplify testing of chat templates for LLMs.

-

Alternatively, there is the @huggingface/jinjaa> implementation of Jinja2 with a similar goal.

+

Alternatively, there is the @huggingface/jinja implementation of Jinja2 with a similar goal.

Include Runtime