Skip to content

Commit b678a08

Browse files
authored
Merge pull request #1092 from lucagobbi/develop
Improved classify prompt
2 parents e547050 + f3cdb52 commit b678a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cat/looking_glass/stray_cat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def classify(
625625
Allowed classes are:
626626
{labels_list}{examples_list}
627627
628-
"{sentence}" -> """
628+
Just output the class, nothing else."""
629629

630630
response = self.llm(prompt)
631631

0 commit comments

Comments
 (0)