mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Merge pull request #1489 from hdkiller/remove-please-from-prompts
Remove please from prompts
This commit is contained in:
@@ -126,7 +126,7 @@ def create_message(chunk: str, question: str) -> Dict[str, str]:
|
||||
"""
|
||||
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.",
|
||||
" summarize the text.",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user