mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-13 17:42:45 +08:00
feat: better prompt for searching
This commit is contained in:
@@ -92,7 +92,9 @@ async function getInput(inputQuery) {
|
||||
else if (searchInput.textContent) input = searchInput.textContent
|
||||
if (input)
|
||||
return (
|
||||
`Reply in ${await getPreferredLanguage()}.\nThe following is a search input in a search engine, giving useful content or solutions related to it:\n` +
|
||||
`Reply in ${await getPreferredLanguage()}.\nThe following is a search input in a search engine, ` +
|
||||
`giving useful content or solutions and as much information as you can related to it, ` +
|
||||
`use markdown syntax to make your answer more readable, such as code blocks, bold, list:\n` +
|
||||
input
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user