Skip to content

Commit 3f6acd3

Browse files
committed
docs: fix duplicate 'on' in web search example prompt
1 parent 41ce358 commit 3f6acd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"import json \n",
580580
"\n",
581581
"final_prompt = (\n",
582-
" f\"The user will provide a dictionary of search results in JSON format for search query {search_term} Based on on the search results provided by the user, provide a detailed response to this query: **'{search_query}'**. Make sure to cite all the sources at the end of your answer.\"\n",
582+
" f\"The user will provide a dictionary of search results in JSON format for search query {search_term} Based on the search results provided by the user, provide a detailed response to this query: **'{search_query}'**. Make sure to cite all the sources at the end of your answer.\"\n",
583583
")\n",
584584
"\n",
585585
"response = client.chat.completions.create(\n",

0 commit comments

Comments
 (0)