Commit 7f1a8c6
authored
chore(simple_chat): fix instruction formatting (#326)
Fixes a grammatical typo in the prompt of the simple_chat example app. Also reformats part of the instruction as a single line, avoiding hard line wraps and indentations in the middle of sentences.
This might have negligible effect on LLM output, but I figure this is a very cheap improvement to make.1 parent 4e42747 commit 7f1a8c6
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
60 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments