Skip to content

Commit 2f82fa1

Browse files
authored
Update generate.py
1 parent f878fac commit 2f82fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLM/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, llm_token):
3232
main features, and key technologies used. Include 2-3 emojis."""
3333
self.format_response = """
3434
Given a below text modify it in HTML format for <p> tag. Use proper spacing, replace all space and line break with required
35-
HTML tags. Highlight main words by using proper tags.
35+
HTML tags. Highlight main words by using proper tags. Include headings if reuquired.
3636
3737
Text : {text}
3838
"""

0 commit comments

Comments
 (0)