webscout 3.2__tar.gz → 3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of webscout might be problematic. Click here for more details.
- {webscout-3.2 → webscout-3.3}/PKG-INFO +1 -1
- {webscout-3.2 → webscout-3.3}/setup.py +1 -1
- {webscout-3.2 → webscout-3.3}/webscout/AIutel.py +3 -3
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/PKG-INFO +1 -1
- {webscout-3.2 → webscout-3.3}/DeepWEBS/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/documents/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/documents/query_results_extractor.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/networks/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/networks/filepath_converter.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/networks/google_searcher.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/networks/network_configs.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/networks/webpage_fetcher.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/utilsdw/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/utilsdw/enver.py +0 -0
- {webscout-3.2 → webscout-3.3}/DeepWEBS/utilsdw/logger.py +0 -0
- {webscout-3.2 → webscout-3.3}/LICENSE.md +0 -0
- {webscout-3.2 → webscout-3.3}/README.md +0 -0
- {webscout-3.2 → webscout-3.3}/setup.cfg +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/AIauto.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/AIbase.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/DWEBS.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/LLM.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/_version.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/formats.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/model.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/rawdog.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/samplers.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/thread.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Local/utils.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/BasedGPT.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Berlin4h.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Blackboxai.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/ChatGPTUK.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Cohere.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Deepseek.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Gemini.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Groq.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Koboldai.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Leo.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Llama2.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/OpenGPT.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Openai.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Perplexity.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Phind.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Poe.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Reka.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/ThinkAnyAI.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Xjai.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Yepchat.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/Youchat.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/Provider/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/__init__.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/__main__.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/async_providers.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/cli.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/exceptions.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/g4f.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/models.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/tempid.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/transcriber.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/utils.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/version.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/voice.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/webai.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/webscout_search.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout/webscout_search_async.py +0 -0
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/SOURCES.txt +0 -0
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/requires.txt +0 -0
- {webscout-3.2 → webscout-3.3}/webscout.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3
|
|
4
4
|
Summary: Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs
|
|
5
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="webscout",
|
|
8
|
-
version="3.
|
|
8
|
+
version="3.3",
|
|
9
9
|
description="Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs",
|
|
10
10
|
long_description=README,
|
|
11
11
|
long_description_content_type="text/markdown",
|
|
@@ -214,12 +214,12 @@ class Conversation:
|
|
|
214
214
|
), f"File '{filepath}' does not exist"
|
|
215
215
|
if not os.path.isfile(filepath):
|
|
216
216
|
logging.debug(f"Creating new chat-history file - '{filepath}'")
|
|
217
|
-
with open(filepath, "w") as fh: # Try creating new file
|
|
217
|
+
with open(filepath, "w", encoding='utf-8') as fh: # Try creating new file
|
|
218
218
|
# lets add intro here
|
|
219
219
|
fh.write(self.intro)
|
|
220
220
|
else:
|
|
221
221
|
logging.debug(f"Loading conversation from '{filepath}'")
|
|
222
|
-
with open(filepath) as fh:
|
|
222
|
+
with open(filepath, encoding='utf-8') as fh:
|
|
223
223
|
file_contents = fh.read()
|
|
224
224
|
# Presume intro prompt is part of the file content
|
|
225
225
|
self.chat_history = file_contents
|
|
@@ -270,7 +270,7 @@ class Conversation:
|
|
|
270
270
|
return
|
|
271
271
|
new_history = self.history_format % dict(user=prompt, llm=response)
|
|
272
272
|
if self.file and self.update_file:
|
|
273
|
-
with open(self.file, "a") as fh:
|
|
273
|
+
with open(self.file, "a", encoding='utf-8') as fh:
|
|
274
274
|
fh.write(new_history)
|
|
275
275
|
self.chat_history += new_history
|
|
276
276
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3
|
|
4
4
|
Summary: Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs
|
|
5
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|