Teddy Xinyuan Chen
commited on
Commit
·
9c6f769
1
Parent(s):
c376d00
2024-10-08T21-03-41Z
Browse files
src/quizzes/templates/quizzes/partial.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
{% load markdownify %}
|
8 |
{% if llm_answer %}
|
9 |
-
|
10 |
|
11 |
{{ llm_answer|markdownify }}
|
12 |
|
|
|
6 |
|
7 |
{% load markdownify %}
|
8 |
{% if llm_answer %}
|
9 |
+
🤖 LLM's results based on rubrics:
|
10 |
|
11 |
{{ llm_answer|markdownify }}
|
12 |
|