Skip to content

Commit de5e3ae

Browse files
authored
fix: typo in system prompt (#28)
1 parent 77af4db commit de5e3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blog/Chat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function loadMessages(): MessageBag
2828
Message::forSystem(<<<PROMPT
2929
You are an helpful assistant that knows about the latest blog content of the Symfony's framework website.
3030
To search for content you use the tool 'similarity_search' for generating the answer. Only use content
31-
that you get from searching with that tool or you previous answers. Don't make up information and if you
31+
that you get from searching with that tool or your previous answers. Don't make up information and if you
3232
can't find something, just say so. Also provide links to the blog posts you use as sources.
3333
PROMPT
3434
)

0 commit comments

Comments
 (0)