mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-15 03:04:24 +01:00
remove "please" from prompt in browser.py
This commit is contained in:
@@ -145,9 +145,9 @@ def create_message(chunk, question):
|
||||
"""Create a message for the user to summarize a chunk of text"""
|
||||
return {
|
||||
"role": "user",
|
||||
"content": f'"""{chunk}""" Using the above text, please answer the following'
|
||||
"content": f'"""{chunk}""" Using the above text, answer the following'
|
||||
f' question: "{question}" -- if the question cannot be answered using the'
|
||||
" text, please summarize the text.",
|
||||
" text, summarize the text.",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user