Skip to content

Commit

Permalink
Bit stronger reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Oct 30, 2024
1 parent 1b6738d commit 3c62b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openai_server/agent_tools/bing_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def bing_search():
for result in results[:args.limit]:
print_func(result, args)

print("""Remember to not only use these web snippets, but also use ask_question_about_documents.py to ask questions about URLs or documents, ask_question_about_image.py to ask questions about images, or download_web_video.py to download videos, etc.""")
print("""\n\nRemember to use more than just web snippets, also use ask_question_about_documents.py on URLs or documents, ask_question_about_image.py for images, or download_web_video.py for videos, etc.""")


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion openai_server/agent_tools/google_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def print_results(results: Dict[str, Any], args):
print("\nFull JSON output:")
print(json.dumps(results, indent=2))

print("""Remember to not only use these web snippets, but also use ask_question_about_documents.py to ask questions about URLs or documents, ask_question_about_image.py to ask questions about images, or download_web_video.py to download videos, etc.""")
print("""\n\nRemember to use more than just web snippets, also use ask_question_about_documents.py on URLs or documents, ask_question_about_image.py for images, or download_web_video.py for videos, etc.""")


def google_search():
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "a60e334c2287a5c92c50fc30f5af814b4f4d34e3"
__version__ = "1b6738dffe5cec66f9f0d668548929080a878cc5"

0 comments on commit 3c62b28

Please sign in to comment.