webscout 1.3.1__tar.gz → 1.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-1.3.1 → webscout-1.3.3}/PKG-INFO +12 -15
- {webscout-1.3.1 → webscout-1.3.3}/README.md +11 -14
- {webscout-1.3.1 → webscout-1.3.3}/setup.py +1 -1
- {webscout-1.3.1 → webscout-1.3.3}/webscout/AI.py +887 -26
- {webscout-1.3.1 → webscout-1.3.3}/webscout/AIutel.py +6 -6
- {webscout-1.3.1 → webscout-1.3.3}/webscout/__init__.py +22 -2
- webscout-1.3.3/webscout/g4f.py +474 -0
- webscout-1.3.3/webscout/version.py +2 -0
- webscout-1.3.3/webscout/webai.py +2298 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout.egg-info/PKG-INFO +12 -15
- {webscout-1.3.1 → webscout-1.3.3}/webscout.egg-info/SOURCES.txt +2 -0
- webscout-1.3.1/webscout/version.py +0 -2
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/__init__.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/documents/__init__.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/documents/query_results_extractor.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/networks/__init__.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/networks/filepath_converter.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/networks/google_searcher.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/networks/network_configs.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/networks/webpage_fetcher.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/utilsdw/__init__.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/utilsdw/enver.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/DeepWEBS/utilsdw/logger.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/LICENSE.md +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/setup.cfg +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/AIbase.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/DWEBS.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/HelpingAI.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/LLM.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/__main__.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/cli.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/exceptions.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/models.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/transcriber.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/utils.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/voice.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/webscout_search.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout/webscout_search_async.py +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-1.3.1 → webscout-1.3.3}/webscout.egg-info/requires.txt +0 -0
- {webscout-1.3.1 → webscout-1.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: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support
|
|
5
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
@@ -64,7 +64,6 @@ Search for words, documents, images, videos, news, maps and text translation usi
|
|
|
64
64
|
- [Table of Contents](#table-of-contents)
|
|
65
65
|
- [Install](#install)
|
|
66
66
|
- [CLI version](#cli-version)
|
|
67
|
-
- [CLI version of webscout.AI](#cli-version-of-webscoutai)
|
|
68
67
|
- [CLI to use LLM](#cli-to-use-llm)
|
|
69
68
|
- [Regions](#regions)
|
|
70
69
|
- [Transcriber](#transcriber)
|
|
@@ -97,6 +96,7 @@ Search for words, documents, images, videos, news, maps and text translation usi
|
|
|
97
96
|
- [7. `PERPLEXITY` - Search With PERPLEXITY](#7-perplexity---search-with-perplexity)
|
|
98
97
|
- [8. `OpenGPT` - chat With OPENGPT](#8-opengpt---chat-with-opengpt)
|
|
99
98
|
- [9. `KOBOLDIA` -](#9-koboldia--)
|
|
99
|
+
- [10. `Sean` - chat With Sean](#10-sean---chat-with-sean)
|
|
100
100
|
- [usage of special .LLM file from webscout (webscout.LLM)](#usage-of-special-llm-file-from-webscout-webscoutllm)
|
|
101
101
|
- [`LLM`](#llm)
|
|
102
102
|
- [`LLM` with internet](#llm-with-internet)
|
|
@@ -125,19 +125,6 @@ python -m webscout --help
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
## CLI version of webscout.AI
|
|
129
|
-
| Command | Description |
|
|
130
|
-
|-----------------------------------------------|--------------------------------------------------------------------------------------------------------|
|
|
131
|
-
| `python -m webscout.AI phindsearch --prompt "your search query"` | CLI function to perform a search query using Webscout.AI's Phindsearch feature. |
|
|
132
|
-
| `python -m webscout.AI yepchat --message "your_message_here"` | CLI function to send a message using Webscout.AI's Yepchat feature. |
|
|
133
|
-
| `python -m webscout.AI youchat --prompt "your_prompt_here"` | CLI function to generate a response based on a prompt using Webscout.AI's Youchat feature. |
|
|
134
|
-
| `python -m webscout.AI gemini --message "tell me about gemma 7b"` | CLI function to get information about a specific topic using Webscout.AI's Gemini feature. |
|
|
135
|
-
| `python -m webscout.AI prodia --prompt "car"` | CLI function to generate content related to a prompt using Webscout.AI's Prodia feature. |
|
|
136
|
-
| `python -m webscout.AI blackboxai --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's Blackbox search feature. |
|
|
137
|
-
| `python -m webscout.AI perplexity --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's PERPLEXITY feature. |
|
|
138
|
-
| `python -m webscout.AI opengpt --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's OPENGPT feature. |
|
|
139
|
-
|
|
140
|
-
|
|
141
128
|
## CLI to use LLM
|
|
142
129
|
```python
|
|
143
130
|
python -m webscout.LLM model_name
|
|
@@ -697,6 +684,16 @@ response = koboldai.ask(prompt)
|
|
|
697
684
|
message = koboldai.get_message(response)
|
|
698
685
|
print(message)
|
|
699
686
|
|
|
687
|
+
```
|
|
688
|
+
### 10. `Sean` - chat With Sean
|
|
689
|
+
```python
|
|
690
|
+
from webscout.AI import Sean
|
|
691
|
+
|
|
692
|
+
a = Sean(is_conversation=True, max_tokens=8000, timeout=30)
|
|
693
|
+
# This example sends a simple greeting and prints the response
|
|
694
|
+
prompt = "tell me about india"
|
|
695
|
+
response_str = a.chat(prompt)
|
|
696
|
+
print(response_str)
|
|
700
697
|
```
|
|
701
698
|
|
|
702
699
|
## usage of special .LLM file from webscout (webscout.LLM)
|
|
@@ -12,7 +12,6 @@ Search for words, documents, images, videos, news, maps and text translation usi
|
|
|
12
12
|
- [Table of Contents](#table-of-contents)
|
|
13
13
|
- [Install](#install)
|
|
14
14
|
- [CLI version](#cli-version)
|
|
15
|
-
- [CLI version of webscout.AI](#cli-version-of-webscoutai)
|
|
16
15
|
- [CLI to use LLM](#cli-to-use-llm)
|
|
17
16
|
- [Regions](#regions)
|
|
18
17
|
- [Transcriber](#transcriber)
|
|
@@ -45,6 +44,7 @@ Search for words, documents, images, videos, news, maps and text translation usi
|
|
|
45
44
|
- [7. `PERPLEXITY` - Search With PERPLEXITY](#7-perplexity---search-with-perplexity)
|
|
46
45
|
- [8. `OpenGPT` - chat With OPENGPT](#8-opengpt---chat-with-opengpt)
|
|
47
46
|
- [9. `KOBOLDIA` -](#9-koboldia--)
|
|
47
|
+
- [10. `Sean` - chat With Sean](#10-sean---chat-with-sean)
|
|
48
48
|
- [usage of special .LLM file from webscout (webscout.LLM)](#usage-of-special-llm-file-from-webscout-webscoutllm)
|
|
49
49
|
- [`LLM`](#llm)
|
|
50
50
|
- [`LLM` with internet](#llm-with-internet)
|
|
@@ -73,19 +73,6 @@ python -m webscout --help
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
## CLI version of webscout.AI
|
|
77
|
-
| Command | Description |
|
|
78
|
-
|-----------------------------------------------|--------------------------------------------------------------------------------------------------------|
|
|
79
|
-
| `python -m webscout.AI phindsearch --prompt "your search query"` | CLI function to perform a search query using Webscout.AI's Phindsearch feature. |
|
|
80
|
-
| `python -m webscout.AI yepchat --message "your_message_here"` | CLI function to send a message using Webscout.AI's Yepchat feature. |
|
|
81
|
-
| `python -m webscout.AI youchat --prompt "your_prompt_here"` | CLI function to generate a response based on a prompt using Webscout.AI's Youchat feature. |
|
|
82
|
-
| `python -m webscout.AI gemini --message "tell me about gemma 7b"` | CLI function to get information about a specific topic using Webscout.AI's Gemini feature. |
|
|
83
|
-
| `python -m webscout.AI prodia --prompt "car"` | CLI function to generate content related to a prompt using Webscout.AI's Prodia feature. |
|
|
84
|
-
| `python -m webscout.AI blackboxai --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's Blackbox search feature. |
|
|
85
|
-
| `python -m webscout.AI perplexity --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's PERPLEXITY feature. |
|
|
86
|
-
| `python -m webscout.AI opengpt --prompt "Your prompt here"` | CLI function to perform a search using Webscout.AI's OPENGPT feature. |
|
|
87
|
-
|
|
88
|
-
|
|
89
76
|
## CLI to use LLM
|
|
90
77
|
```python
|
|
91
78
|
python -m webscout.LLM model_name
|
|
@@ -645,6 +632,16 @@ response = koboldai.ask(prompt)
|
|
|
645
632
|
message = koboldai.get_message(response)
|
|
646
633
|
print(message)
|
|
647
634
|
|
|
635
|
+
```
|
|
636
|
+
### 10. `Sean` - chat With Sean
|
|
637
|
+
```python
|
|
638
|
+
from webscout.AI import Sean
|
|
639
|
+
|
|
640
|
+
a = Sean(is_conversation=True, max_tokens=8000, timeout=30)
|
|
641
|
+
# This example sends a simple greeting and prints the response
|
|
642
|
+
prompt = "tell me about india"
|
|
643
|
+
response_str = a.chat(prompt)
|
|
644
|
+
print(response_str)
|
|
648
645
|
```
|
|
649
646
|
|
|
650
647
|
## usage of special .LLM file from webscout (webscout.LLM)
|
|
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="webscout",
|
|
8
|
-
version="1.3.
|
|
8
|
+
version="1.3.3",
|
|
9
9
|
description="Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support",
|
|
10
10
|
long_description=README,
|
|
11
11
|
long_description_content_type="text/markdown",
|