From 297930c4d1039b3ab6ed094c5574e5b181f8a2a8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 3 Sep 2024 23:09:45 -0700 Subject: [PATCH] Update llm.py --- modules/llm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/llm.py b/modules/llm.py index 653f0ce..80e75e6 100644 --- a/modules/llm.py +++ b/modules/llm.py @@ -82,6 +82,7 @@ def llm_query(input, nodeID=0, location_name=None): if llmContext_fromGoogle: # grab some context from the internet using google search hits (if available) + # localization details at https://pypi.org/project/googlesearch-python/ try: googleSearch = search(input, advanced=True, num_results=5) if googleSearch: