webscout 2.8__tar.gz → 2.9__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-2.8 → webscout-2.9}/PKG-INFO +2 -1
- {webscout-2.8 → webscout-2.9}/setup.py +2 -1
- {webscout-2.8 → webscout-2.9}/webscout/Local/_version.py +1 -1
- {webscout-2.8 → webscout-2.9}/webscout/Local/utils.py +3 -2
- webscout-2.9/webscout/version.py +2 -0
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/PKG-INFO +2 -1
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/requires.txt +1 -0
- webscout-2.8/webscout/version.py +0 -2
- {webscout-2.8 → webscout-2.9}/DeepWEBS/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/documents/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/documents/query_results_extractor.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/networks/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/networks/filepath_converter.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/networks/google_searcher.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/networks/network_configs.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/networks/webpage_fetcher.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/utilsdw/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/utilsdw/enver.py +0 -0
- {webscout-2.8 → webscout-2.9}/DeepWEBS/utilsdw/logger.py +0 -0
- {webscout-2.8 → webscout-2.9}/LICENSE.md +0 -0
- {webscout-2.8 → webscout-2.9}/README.md +0 -0
- {webscout-2.8 → webscout-2.9}/setup.cfg +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/AIauto.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/AIbase.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/AIutel.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/DWEBS.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/LLM.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Local/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Local/formats.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Local/model.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Local/samplers.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Local/thread.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/BasedGPT.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Berlin4h.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Blackboxai.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/ChatGPTUK.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Cohere.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Gemini.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Groq.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Koboldai.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Leo.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Llama2.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/OpenGPT.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Openai.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Perplexity.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Phind.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Poe.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Reka.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/ThinkAnyAI.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Xjai.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Yepchat.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/Youchat.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/Provider/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/__init__.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/__main__.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/async_providers.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/cli.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/exceptions.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/g4f.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/models.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/tempid.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/transcriber.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/utils.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/voice.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/webai.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/webscout_search.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout/webscout_search_async.py +0 -0
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/SOURCES.txt +0 -0
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-2.8 → webscout-2.9}/webscout.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9
|
|
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
|
|
@@ -61,6 +61,7 @@ Provides-Extra: local
|
|
|
61
61
|
Requires-Dist: llama-cpp-python; extra == "local"
|
|
62
62
|
Requires-Dist: colorama; extra == "local"
|
|
63
63
|
Requires-Dist: numpy; extra == "local"
|
|
64
|
+
Requires-Dist: huggingface_hub; extra == "local"
|
|
64
65
|
|
|
65
66
|
<div align="center">
|
|
66
67
|
<!-- Replace `#` with your actual links -->
|
|
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="webscout",
|
|
8
|
-
version="2.
|
|
8
|
+
version="2.9",
|
|
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",
|
|
@@ -74,6 +74,7 @@ setup(
|
|
|
74
74
|
'llama-cpp-python',
|
|
75
75
|
'colorama',
|
|
76
76
|
'numpy',
|
|
77
|
+
'huggingface_hub',
|
|
77
78
|
],
|
|
78
79
|
},
|
|
79
80
|
license="HelpingAI Simplified Universal License",
|
|
@@ -25,18 +25,19 @@ class _ArrayLike(Iterable):
|
|
|
25
25
|
class _SupportsWriteAndFlush(TextIO):
|
|
26
26
|
pass
|
|
27
27
|
|
|
28
|
-
def download_model(repo_id: str, filename: str, cache_dir: str = ".cache") -> str:
|
|
28
|
+
def download_model(repo_id: str, filename: str, token: str, cache_dir: str = ".cache") -> str:
|
|
29
29
|
"""
|
|
30
30
|
Downloads a GGUF model file from Hugging Face Hub.
|
|
31
31
|
|
|
32
32
|
repo_id: The Hugging Face repository ID (e.g., 'facebook/bart-large-cnn').
|
|
33
33
|
filename: The name of the GGUF file within the repository (e.g., 'model.gguf').
|
|
34
|
+
token: The Hugging Face token for authentication.
|
|
34
35
|
cache_dir: The directory where the downloaded file should be stored.
|
|
35
36
|
|
|
36
37
|
Returns: The path to the downloaded file.
|
|
37
38
|
"""
|
|
38
39
|
url = hf_hub_url(repo_id, filename)
|
|
39
|
-
filepath = cached_download(url, cache_dir=cache_dir, force_filename=filename)
|
|
40
|
+
filepath = cached_download(url, cache_dir=cache_dir, force_filename=filename, use_auth_token=token)
|
|
40
41
|
return filepath
|
|
41
42
|
|
|
42
43
|
class GGUFReader:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9
|
|
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
|
|
@@ -61,6 +61,7 @@ Provides-Extra: local
|
|
|
61
61
|
Requires-Dist: llama-cpp-python; extra == "local"
|
|
62
62
|
Requires-Dist: colorama; extra == "local"
|
|
63
63
|
Requires-Dist: numpy; extra == "local"
|
|
64
|
+
Requires-Dist: huggingface_hub; extra == "local"
|
|
64
65
|
|
|
65
66
|
<div align="center">
|
|
66
67
|
<!-- Replace `#` with your actual links -->
|
webscout-2.8/webscout/version.py
DELETED
|
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
|