diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-04 00:38:31 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-04 00:38:31 +0100 |
commit | 139f68af4f331943d441cad9f0ab7b020ef90cd8 (patch) | |
tree | 1691d7f9e62191e57e84bf91c6d852d37784bb00 /g4f/gui/server/internet.py | |
parent | Add create images to Bing (diff) | |
download | gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar.gz gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar.bz2 gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar.lz gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar.xz gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.tar.zst gpt4free-139f68af4f331943d441cad9f0ab7b020ef90cd8.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/server/internet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/server/internet.py b/g4f/gui/server/internet.py index 97f842d7..6c2e3a89 100644 --- a/g4f/gui/server/internet.py +++ b/g4f/gui/server/internet.py @@ -145,5 +145,5 @@ User request: """ return message except Exception as e: - print("Couldn't search DuckDuckGo:", e) + print("Couldn't do web search:", e) return prompt |