Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#32 from eltociear/patch-1
Browse files Browse the repository at this point in the history
fix typo in browse.py
  • Loading branch information
Torantulino authored Apr 2, 2023
2 parents c25c175 + 0d94711 commit 64af11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def summarize_text(text, is_website=True):
messages = [
{
"role": "user",
"content": "Please summarize the following website text, do not describe the general website, but instead concisely extract the specifc information this subpage contains.: " +
"content": "Please summarize the following website text, do not describe the general website, but instead concisely extract the specific information this subpage contains.: " +
chunk},
]
else:
Expand Down Expand Up @@ -116,7 +116,7 @@ def summarize_text(text, is_website=True):
messages = [
{
"role": "user",
"content": "Please summarize the following website text, do not describe the general website, but instead concisely extract the specifc information this subpage contains.: " +
"content": "Please summarize the following website text, do not describe the general website, but instead concisely extract the specific information this subpage contains.: " +
combined_summary},
]
else:
Expand Down

0 comments on commit 64af11f

Please sign in to comment.