webscout 5.3__py3-none-any.whl → 5.4__py3-none-any.whl
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/AIauto.py +8 -12
- webscout/Agents/Onlinesearcher.py +5 -5
- webscout/Agents/functioncall.py +123 -97
- webscout/Local/_version.py +2 -2
- webscout/Provider/Andi.py +1 -21
- webscout/Provider/BasedGPT.py +1 -21
- webscout/Provider/Blackboxai.py +1 -21
- webscout/Provider/Chatify.py +3 -2
- webscout/Provider/Cloudflare.py +1 -22
- webscout/Provider/Cohere.py +2 -23
- webscout/Provider/DARKAI.py +0 -1
- webscout/Provider/Deepinfra.py +2 -16
- webscout/Provider/EDITEE.py +3 -26
- webscout/Provider/Gemini.py +1 -24
- webscout/Provider/Groq.py +0 -2
- webscout/Provider/Koboldai.py +0 -21
- webscout/Provider/Llama.py +4 -21
- webscout/Provider/OLLAMA.py +0 -17
- webscout/Provider/Openai.py +2 -22
- webscout/Provider/Perplexity.py +1 -2
- webscout/Provider/Phind.py +3 -508
- webscout/Provider/Reka.py +4 -21
- webscout/Provider/TTS/streamElements.py +0 -17
- webscout/Provider/TTS/voicepod.py +0 -1
- webscout/Provider/ThinkAnyAI.py +17 -78
- webscout/Provider/Youchat.py +3 -20
- webscout/Provider/__init__.py +12 -5
- webscout/Provider/cleeai.py +212 -0
- webscout/Provider/elmo.py +237 -0
- webscout/Provider/felo_search.py +4 -22
- webscout/Provider/geminiapi.py +198 -0
- webscout/Provider/genspark.py +222 -0
- webscout/Provider/julius.py +3 -20
- webscout/Provider/koala.py +1 -1
- webscout/Provider/lepton.py +194 -0
- webscout/Provider/turboseek.py +4 -21
- webscout/Provider/x0gpt.py +3 -2
- webscout/Provider/xdash.py +2 -22
- webscout/Provider/yep.py +391 -149
- webscout/YTdownloader.py +2 -3
- webscout/version.py +1 -1
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/METADATA +37 -63
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/RECORD +47 -42
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/LICENSE.md +0 -0
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/WHEEL +0 -0
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/entry_points.txt +0 -0
- {webscout-5.3.dist-info → webscout-5.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.4
|
|
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 and more
|
|
5
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
@@ -29,44 +29,29 @@ Requires-Dist: click
|
|
|
29
29
|
Requires-Dist: curl-cffi
|
|
30
30
|
Requires-Dist: lxml
|
|
31
31
|
Requires-Dist: nest-asyncio
|
|
32
|
-
Requires-Dist: selenium
|
|
33
|
-
Requires-Dist: tqdm
|
|
34
|
-
Requires-Dist: webdriver-manager
|
|
35
|
-
Requires-Dist: halo >=0.0.31
|
|
36
32
|
Requires-Dist: g4f >=0.2.2.3
|
|
37
33
|
Requires-Dist: g4f[webdriver]
|
|
38
34
|
Requires-Dist: rich
|
|
39
|
-
Requires-Dist: python-dotenv
|
|
40
35
|
Requires-Dist: beautifulsoup4
|
|
41
36
|
Requires-Dist: markdownify
|
|
42
37
|
Requires-Dist: pydantic
|
|
43
38
|
Requires-Dist: requests
|
|
44
|
-
Requires-Dist: sse-starlette
|
|
45
39
|
Requires-Dist: termcolor
|
|
46
|
-
Requires-Dist: tiktoken
|
|
47
|
-
Requires-Dist: tldextract
|
|
48
40
|
Requires-Dist: orjson
|
|
49
41
|
Requires-Dist: PyYAML
|
|
50
42
|
Requires-Dist: appdirs
|
|
51
|
-
Requires-Dist: GoogleBard1 >=2.1.4
|
|
52
43
|
Requires-Dist: tls-client
|
|
53
44
|
Requires-Dist: clipman
|
|
54
|
-
Requires-Dist: Helpingai-T2
|
|
55
45
|
Requires-Dist: playsound
|
|
56
46
|
Requires-Dist: poe-api-wrapper
|
|
57
47
|
Requires-Dist: pyreqwest-impersonate
|
|
58
|
-
Requires-Dist: ballyregan
|
|
59
|
-
Requires-Dist: nodriver
|
|
60
|
-
Requires-Dist: PyExecJS
|
|
61
48
|
Requires-Dist: ollama
|
|
62
49
|
Requires-Dist: pyfiglet
|
|
63
|
-
Requires-Dist: yaspin
|
|
64
50
|
Requires-Dist: pillow
|
|
65
51
|
Requires-Dist: requests-html
|
|
66
52
|
Requires-Dist: bson
|
|
67
53
|
Requires-Dist: cloudscraper
|
|
68
54
|
Requires-Dist: emoji
|
|
69
|
-
Requires-Dist: colorlog
|
|
70
55
|
Requires-Dist: openai
|
|
71
56
|
Provides-Extra: dev
|
|
72
57
|
Requires-Dist: ruff >=0.1.6 ; extra == 'dev'
|
|
@@ -871,7 +856,7 @@ from webscout import WEBS as w
|
|
|
871
856
|
R = w().chat("Who are you", model='gpt-4o-mini') # GPT-3.5 Turbo, mixtral-8x7b, llama-3-70b, claude-3-haiku, gpt-4o-mini
|
|
872
857
|
print(R)
|
|
873
858
|
```
|
|
874
|
-
### `PhindSearch` - Search using Phind.com
|
|
859
|
+
### `PhindSearch` - Search using Phind.com
|
|
875
860
|
|
|
876
861
|
```python
|
|
877
862
|
from webscout import PhindSearch
|
|
@@ -907,34 +892,6 @@ message = ph.get_message(response)
|
|
|
907
892
|
print(message)
|
|
908
893
|
```
|
|
909
894
|
|
|
910
|
-
|
|
911
|
-
### `You.com` - search/chat with you.com - Not working
|
|
912
|
-
```python
|
|
913
|
-
|
|
914
|
-
from webscout import YouChat
|
|
915
|
-
from rich import print
|
|
916
|
-
|
|
917
|
-
ai = YouChat(
|
|
918
|
-
is_conversation=True,
|
|
919
|
-
max_tokens=800,
|
|
920
|
-
timeout=30,
|
|
921
|
-
intro=None,
|
|
922
|
-
filepath=None,
|
|
923
|
-
update_file=True,
|
|
924
|
-
proxies={},
|
|
925
|
-
history_offset=10250,
|
|
926
|
-
act=None,
|
|
927
|
-
)
|
|
928
|
-
|
|
929
|
-
prompt = "what is meaning of life"
|
|
930
|
-
|
|
931
|
-
response = ai.ask(prompt)
|
|
932
|
-
|
|
933
|
-
# Extract and print the message from the response
|
|
934
|
-
message = ai.get_message(response)
|
|
935
|
-
print(message)
|
|
936
|
-
```
|
|
937
|
-
|
|
938
895
|
### `Gemini` - search with google gemini
|
|
939
896
|
|
|
940
897
|
```python
|
|
@@ -953,26 +910,43 @@ gemini = GEMINI(cookie_file=COOKIE_FILE, proxy=PROXIES)
|
|
|
953
910
|
response = gemini.chat("websearch about HelpingAI and who is its developer")
|
|
954
911
|
print(response)
|
|
955
912
|
```
|
|
956
|
-
### `
|
|
913
|
+
### `YEPCHAT`
|
|
957
914
|
```python
|
|
958
|
-
from webscout import
|
|
915
|
+
from webscout import YEPCHAT
|
|
916
|
+
ai = YEPCHAT(Tools=False)
|
|
917
|
+
response = ai.chat(input(">>> "))
|
|
918
|
+
for chunk in response:
|
|
919
|
+
print(chunk, end="", flush=True)
|
|
920
|
+
#---------------Tool Call-------------
|
|
959
921
|
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
922
|
+
from rich import print
|
|
923
|
+
from webscout import YEPCHAT
|
|
924
|
+
def get_current_time():
|
|
925
|
+
import datetime
|
|
926
|
+
return f"The current time is {datetime.datetime.now().strftime('%H:%M:%S')}"
|
|
927
|
+
def get_weather(location: str) -> str:
|
|
928
|
+
return f"The weather in {location} is sunny."
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
ai = YEPCHAT(Tools=True) # Set Tools=True to use tools in the chat.
|
|
932
|
+
|
|
933
|
+
ai.tool_registry.register_tool("get_current_time", get_current_time, "Gets the current time.")
|
|
934
|
+
ai.tool_registry.register_tool(
|
|
935
|
+
"get_weather",
|
|
936
|
+
get_weather,
|
|
937
|
+
"Gets the weather for a given location.",
|
|
938
|
+
parameters={
|
|
939
|
+
"type": "object",
|
|
940
|
+
"properties": {
|
|
941
|
+
"location": {"type": "string", "description": "The city and state, or zip code"}
|
|
942
|
+
},
|
|
943
|
+
"required": ["location"],
|
|
944
|
+
},
|
|
970
945
|
)
|
|
971
946
|
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
print(response)
|
|
947
|
+
response = ai.chat(input(">>> "))
|
|
948
|
+
for chunk in response:
|
|
949
|
+
print(chunk, end="", flush=True)
|
|
976
950
|
```
|
|
977
951
|
### `BlackBox` - Search/chat With BlackBox
|
|
978
952
|
```python
|
|
@@ -1122,7 +1096,7 @@ print(message)
|
|
|
1122
1096
|
Usage code similar to other proviers
|
|
1123
1097
|
|
|
1124
1098
|
### `BasedGPT` - chat with GPT
|
|
1125
|
-
```
|
|
1099
|
+
```py
|
|
1126
1100
|
from webscout import BasedGPT
|
|
1127
1101
|
|
|
1128
1102
|
# Initialize the BasedGPT provider
|
|
@@ -1431,7 +1405,7 @@ if "error" not in function_call_data:
|
|
|
1431
1405
|
else:
|
|
1432
1406
|
print(f"Error: {function_call_data['error']}")
|
|
1433
1407
|
```
|
|
1434
|
-
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, XDASH, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, NetFly, Editee, AI21, Chatify, Cerebras, X0GPT
|
|
1408
|
+
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, XDASH, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, NetFly, Editee, AI21, Chatify, Cerebras, X0GPT, Lepton, GEMINIAPI, Cleeai, Elmo, Genspark
|
|
1435
1409
|
code similar to other provider
|
|
1436
1410
|
### `LLM`
|
|
1437
1411
|
```python
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
webscout/AIauto.py,sha256=
|
|
1
|
+
webscout/AIauto.py,sha256=C92j0QtSmxG978fELezsgzxjq75VjQ5ld6Ybp4go1SU,11765
|
|
2
2
|
webscout/AIbase.py,sha256=vv0N8sDYaZKkKD9fkLpK1CA51ksZl0_PQ82tB431c-4,9215
|
|
3
3
|
webscout/AIutel.py,sha256=1YQZAzhP20tobL9vBIWspa-EoruCiQE2r81JbyBZrmk,35375
|
|
4
4
|
webscout/Bard.py,sha256=8XkV_j0gJ-krYYR7bd5UORWMk7VlyTd3z66RPYBtdxg,13134
|
|
5
5
|
webscout/Bing_search.py,sha256=8pW3ZxFDfVsrtayEoAsAAoXoOCAGv2Jk_-HvOBNfCV4,6228
|
|
6
6
|
webscout/DWEBS.py,sha256=xB3L_u47vu9KZCFNUb_H6WX5OLeL068Er9t9Mbss9YU,7895
|
|
7
7
|
webscout/LLM.py,sha256=LbGCZdJf8A5dwfoGS4tyy39tAh5BDdhMZP0ScKaaQfU,4184
|
|
8
|
-
webscout/YTdownloader.py,sha256=
|
|
8
|
+
webscout/YTdownloader.py,sha256=qVROwMmRpHy95NsbzZvpidEKuqMwFTCi7bW4jJgbl44,39152
|
|
9
9
|
webscout/__init__.py,sha256=A4VcaiWmm02GvbDKCmf6F0-jRW_uT_BJkZhN6m6O108,1294
|
|
10
10
|
webscout/__main__.py,sha256=ZtTRgsRjUi2JOvYFLF1ZCh55Sdoz94I-BS-TlJC7WDU,126
|
|
11
11
|
webscout/cli.py,sha256=RlBKeS9CSIsiBMqlzxevWtKjbY9htkZvA7J0bM_hHE8,14999
|
|
@@ -15,22 +15,22 @@ webscout/models.py,sha256=5iQIdtedT18YuTZ3npoG7kLMwcrKwhQ7928dl_7qZW0,692
|
|
|
15
15
|
webscout/tempid.py,sha256=5oc3UbXhPGKxrMRTfRABT-V-dNzH_hOKWtLYM6iCWd4,5896
|
|
16
16
|
webscout/transcriber.py,sha256=kRymTd69zCjXdduCf7Gabt93Kz1l5ubsCwfwqs-pHl8,22334
|
|
17
17
|
webscout/utils.py,sha256=2O8_lftBKsv5OEvVaXCN-h0sipup0m3jxzhFdWQrdY8,2873
|
|
18
|
-
webscout/version.py,sha256=
|
|
18
|
+
webscout/version.py,sha256=vMpz81qVbwvxwApecc4auigZMpex3ucLNBghuDP1tRc,44
|
|
19
19
|
webscout/webai.py,sha256=76AhP-vbPd5OW6To03I_6B18KOGEUvfi4Rbn4CqsA10,87745
|
|
20
20
|
webscout/webscout_search.py,sha256=AOHkaMLmFvM1mS--wVyLiPrDAb5BPLaURBHjleWOi4w,43743
|
|
21
21
|
webscout/webscout_search_async.py,sha256=dooKGwLm0cwTml55Vy6NHPPY-nymEqX2h8laX94Zg5A,14537
|
|
22
22
|
webscout/websx_search.py,sha256=5hfkkmGFhyQzojUpvMzIOJ3DBZIBNS90UReaacsfu6s,521
|
|
23
|
-
webscout/Agents/Onlinesearcher.py,sha256=
|
|
23
|
+
webscout/Agents/Onlinesearcher.py,sha256=fa-rErLCGmGdXnlNJ8i130n1QgpWJ0vwe5MqyqoJywY,6873
|
|
24
24
|
webscout/Agents/__init__.py,sha256=5_vUBtBf5Nz5LRKXRRjw7Dk1m0Vnon_y545qKF0gdXs,77
|
|
25
25
|
webscout/Agents/ai.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
26
|
-
webscout/Agents/functioncall.py,sha256=
|
|
26
|
+
webscout/Agents/functioncall.py,sha256=zMGF1H9fGz05lcJryqST0qkh44kTgbESUZaIfZkO1J0,7645
|
|
27
27
|
webscout/Extra/__init__.py,sha256=GG1qUwS-HspT4TeeAIT4qFpM8PaO1ZdQhpelctaM7Rs,99
|
|
28
28
|
webscout/Extra/autollama.py,sha256=qM8alxlWzg10BGIYKZBUtIEAXrkvEOWBwSxdPp3zq9I,6226
|
|
29
29
|
webscout/Extra/gguf.py,sha256=RvSp7xuaD6epAA9iAzthUnAQ3HA5N-svMyKUadAVnw8,7009
|
|
30
30
|
webscout/Extra/weather.py,sha256=wdSrQxZRpbNfyaux0BeLdaDWyde5KwxZjSUM13820X0,2460
|
|
31
31
|
webscout/Extra/weather_ascii.py,sha256=Aed-_EUzvTEjBXbOpNRxkJBLa6fXsclknXP06HnQD18,808
|
|
32
32
|
webscout/Local/__init__.py,sha256=RN6klpbabPGNX2YzPm_hdeUcQvieUwvJt22uAO2RKSM,238
|
|
33
|
-
webscout/Local/_version.py,sha256=
|
|
33
|
+
webscout/Local/_version.py,sha256=jk6j7Rb0VWezDG1ZFhgYJpZiyL5rCivaiA86_jJecmk,139
|
|
34
34
|
webscout/Local/formats.py,sha256=BiZZSoN3e8S6-S-ykBL9ogSUs0vK11GaZ3ghc9U8GRk,18994
|
|
35
35
|
webscout/Local/model.py,sha256=T_bzNNrxEyOyLyhp6fKwiuVBBkXC2a37LzJVCxFIxOU,30710
|
|
36
36
|
webscout/Local/rawdog.py,sha256=ojY_O8Vb1KvR34OwWdfLgllgaAK_7HMf64ElMATvCXs,36689
|
|
@@ -38,56 +38,61 @@ webscout/Local/samplers.py,sha256=qXwU4eLXER-2aCYzcJcTgA6BeFmi5GMpTDUX1C9pTN4,43
|
|
|
38
38
|
webscout/Local/thread.py,sha256=Lyf_N2CaGAn2usSWSiUXLPAgpWub8vUu_tgFgtnvZVA,27408
|
|
39
39
|
webscout/Local/utils.py,sha256=CSt9IqHhVGk_nJEnKvSFbLhC5nNf01e0MtwpgMmF9pA,6197
|
|
40
40
|
webscout/Provider/AI21.py,sha256=JBh-xnspxTZNMcl-Gd0Cgseqht9gTM64TUv9I4Imc9k,6218
|
|
41
|
-
webscout/Provider/Andi.py,sha256=
|
|
42
|
-
webscout/Provider/BasedGPT.py,sha256=
|
|
43
|
-
webscout/Provider/Blackboxai.py,sha256=
|
|
44
|
-
webscout/Provider/Chatify.py,sha256=
|
|
45
|
-
webscout/Provider/Cloudflare.py,sha256=
|
|
46
|
-
webscout/Provider/Cohere.py,sha256=
|
|
47
|
-
webscout/Provider/DARKAI.py,sha256=
|
|
48
|
-
webscout/Provider/Deepinfra.py,sha256=
|
|
41
|
+
webscout/Provider/Andi.py,sha256=mKhrnN_TR3rVEBy-oZosEcujF83hISiFeBVM1mHYz2k,10107
|
|
42
|
+
webscout/Provider/BasedGPT.py,sha256=u1s72bQ33iuBqf5u7SWdez8_Eu7MTCM_iZoEW91t9CI,8309
|
|
43
|
+
webscout/Provider/Blackboxai.py,sha256=ioEhw03eiM65tPvgyZKOCGFzqOT8la59W7HydNGILIw,16815
|
|
44
|
+
webscout/Provider/Chatify.py,sha256=Q0TcMPsk2nJ_FFG5zIBHKY4Vt-lIQfpuYPTkfLzeMoU,6342
|
|
45
|
+
webscout/Provider/Cloudflare.py,sha256=d82t4mD7m8VscGieoRfmvveTNKmNJF0Cyi1dBBv8Zrw,10777
|
|
46
|
+
webscout/Provider/Cohere.py,sha256=oL9kAv--RSkEQxwkPTq1Wi57Wkgg0WNvL82CpTj22YY,8264
|
|
47
|
+
webscout/Provider/DARKAI.py,sha256=hgcG17f1lyKo6IPe5v3IhbsHGCBZYn94l6zNqx2Lnlo,9052
|
|
48
|
+
webscout/Provider/Deepinfra.py,sha256=9ABd5jmcMOydqrs0wtXMmkQF6I2up8AE2SHXy2LSIuU,18418
|
|
49
49
|
webscout/Provider/Deepseek.py,sha256=jp8cZhbmscDjlXLCGI8MhDGORkbbxyeUlCqu5Z5GGSI,9210
|
|
50
50
|
webscout/Provider/DiscordRocks.py,sha256=AgpAofgHY8MMKYhuqhtwLM8qGiYatStc2Aa1XX-3PPU,15028
|
|
51
|
-
webscout/Provider/EDITEE.py,sha256=
|
|
51
|
+
webscout/Provider/EDITEE.py,sha256=cGMTQiMROo7ohSBTOzs2vZneUs1Usjh_7ZFQ61JtD-k,7734
|
|
52
52
|
webscout/Provider/Farfalle.py,sha256=zl2AD5NomuHCkW21tDfI1Z-KIlhiuQ32eiNM-1B4KWQ,9010
|
|
53
|
-
webscout/Provider/Gemini.py,sha256=
|
|
54
|
-
webscout/Provider/Groq.py,sha256=
|
|
55
|
-
webscout/Provider/Koboldai.py,sha256=
|
|
56
|
-
webscout/Provider/Llama.py,sha256=
|
|
53
|
+
webscout/Provider/Gemini.py,sha256=Vg2MLqQ_qxHkcN7Zikife1dyVK-y94ik8y6MAu-VzUI,7801
|
|
54
|
+
webscout/Provider/Groq.py,sha256=iqyewnxWwN7fMG-dqAR_SyUqImfyZS880lO5iaXso9c,28636
|
|
55
|
+
webscout/Provider/Koboldai.py,sha256=gpRgyDe4OQWwNqT7MWnNrJx4dnFmCW23KUx0Ezjgchk,15185
|
|
56
|
+
webscout/Provider/Llama.py,sha256=N01p3ZVD1HgRnNNxhjRhBVD4m_qiextdyF1KDfJlqbE,7703
|
|
57
57
|
webscout/Provider/Llama3.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
58
58
|
webscout/Provider/NetFly.py,sha256=7i-GNeQkJNxXhDawNkiFqOP8OOB4KHBVIV84q-L15S8,8392
|
|
59
|
-
webscout/Provider/OLLAMA.py,sha256=
|
|
60
|
-
webscout/Provider/Openai.py,sha256=
|
|
59
|
+
webscout/Provider/OLLAMA.py,sha256=VhvFJ3rHr1Wpgfv_-L70JlkL6x71z2lya9uLv1_kaUo,7015
|
|
60
|
+
webscout/Provider/Openai.py,sha256=32uxZmZOovzshMQmqDcJ39If7N_UW4B3EeYmaxP_GwE,19983
|
|
61
61
|
webscout/Provider/PI.py,sha256=IodVvGR_RIZpGJ0ypFF4U6NBMZAZ5O1BlRFMelot8so,8364
|
|
62
|
-
webscout/Provider/Perplexity.py,sha256=
|
|
63
|
-
webscout/Provider/Phind.py,sha256=
|
|
62
|
+
webscout/Provider/Perplexity.py,sha256=vcTjwFPi2WC-ck91V3QE_EtmCwFcWaQHku4aAzMoPPM,21461
|
|
63
|
+
webscout/Provider/Phind.py,sha256=NA_b3B4h-kutX6wdoEg4THPfZggl2UeXPbramzZ6oiU,19297
|
|
64
64
|
webscout/Provider/PizzaGPT.py,sha256=EiHSt0sK9kgmcIbBmkVtuniDvOrlhdi6zim5t_EZo30,7216
|
|
65
65
|
webscout/Provider/Poe.py,sha256=ObUxa-Fa2Dq7sJcV0hc65m09StS9uWsB2-bR2rSjXDY,7510
|
|
66
66
|
webscout/Provider/RUBIKSAI.py,sha256=LvssrWDZKg_OSVEdxVmEOagUQtf65NM0vnTbQJiooZM,8168
|
|
67
|
-
webscout/Provider/Reka.py,sha256=
|
|
67
|
+
webscout/Provider/Reka.py,sha256=RvFTAV9JQT9zLQJTHjS0quhjE8V4nFReseO_WP_1Wqg,8295
|
|
68
68
|
webscout/Provider/TeachAnything.py,sha256=-gx3wiqywMVmVKvVwU9mL6HTSTmux3fvI6tIiCZ22fU,6785
|
|
69
|
-
webscout/Provider/ThinkAnyAI.py,sha256=
|
|
70
|
-
webscout/Provider/Youchat.py,sha256=
|
|
71
|
-
webscout/Provider/__init__.py,sha256=
|
|
69
|
+
webscout/Provider/ThinkAnyAI.py,sha256=r-x0vYpHl1IiCBGRE0buK0ssVNL8MbCVAVmEV5MbqWQ,8642
|
|
70
|
+
webscout/Provider/Youchat.py,sha256=HE1ZnRyTV8R0I0pIPb0ecf_Nvoxrqlm-1BGvOvyvTUM,9021
|
|
71
|
+
webscout/Provider/__init__.py,sha256=PzH_i_NIesvGNVw_CpEJmOuz_H5K2O9KDSOL0BkT7D0,2308
|
|
72
72
|
webscout/Provider/ai4chat.py,sha256=ewUcqjr3hrd27fgcvj6ijvoWVnSjdoA1iK0c8dn2VJo,8067
|
|
73
73
|
webscout/Provider/cerebras.py,sha256=N9Z7wY9pQRhh7chMSDirgHd1GV8Jwjeb3RmYB1pcww4,7302
|
|
74
|
-
webscout/Provider/
|
|
75
|
-
webscout/Provider/
|
|
76
|
-
webscout/Provider/
|
|
74
|
+
webscout/Provider/cleeai.py,sha256=1iHREA6_dh85Z6vfKOKbTGlfmS2eqL81TCekRlRjlmk,8007
|
|
75
|
+
webscout/Provider/elmo.py,sha256=FKM3CM_3lkukXb-B1LBZotIMy2nN1cErazlZbMK9yNc,9393
|
|
76
|
+
webscout/Provider/felo_search.py,sha256=-jHwOl6qvQjr6GbrTAwLRcgp5tIVmX-3GXF49VWITOA,6851
|
|
77
|
+
webscout/Provider/geminiapi.py,sha256=sGg7AncRShMacLTBwn39CzG4zsRz9JSBwVO4LlUdt6g,7869
|
|
78
|
+
webscout/Provider/genspark.py,sha256=EuqXGG5uLPWFCfnq5WylFITK704Il6e4eMjNd5D8XRk,8560
|
|
79
|
+
webscout/Provider/julius.py,sha256=K4PVpvc7WU7_ikDcTRMDqn-cu5uiMDBQUQ2WbnqKmgs,9752
|
|
80
|
+
webscout/Provider/koala.py,sha256=qBtqjTvhoMQdDE8qUH0XuNa_x2bic77d7CUjIVboask,10106
|
|
81
|
+
webscout/Provider/lepton.py,sha256=2SQFHkZ2FQ6EQHxtwSJ9Aw2NHXZQ3nkrNmyB6NWHRDs,7607
|
|
77
82
|
webscout/Provider/meta.py,sha256=3iBylmAk9d673Axvw6hFi0-0x_Fq7ZgtH_1j2_rcDwY,30715
|
|
78
|
-
webscout/Provider/turboseek.py,sha256=
|
|
79
|
-
webscout/Provider/x0gpt.py,sha256=
|
|
80
|
-
webscout/Provider/xdash.py,sha256=
|
|
81
|
-
webscout/Provider/yep.py,sha256=
|
|
83
|
+
webscout/Provider/turboseek.py,sha256=TMECD3ODTV13sPFje5Dv_UPxX3v_8kvJXQpg5ugBJVY,8548
|
|
84
|
+
webscout/Provider/x0gpt.py,sha256=sQiPn7lDr-07L_VGJcdJLrQUh0NfYWpTVLtFnnPlIyI,6513
|
|
85
|
+
webscout/Provider/xdash.py,sha256=ftCiAniLZuJlJVv1TypIHaqGLyuTk7SruyQOFJbHGJA,7378
|
|
86
|
+
webscout/Provider/yep.py,sha256=AjDn0vi8l5SBo7orJHj1pXP-qdSQHqj2E5KdcK3eoE8,20589
|
|
82
87
|
webscout/Provider/TTI/PollinationsAI.py,sha256=ELMc92hYXzS1uFZtRB-tbFb39C3YqpxnfM8dVcucPE0,5485
|
|
83
88
|
webscout/Provider/TTI/__init__.py,sha256=AjvFaww2xI7_8CHgxfBZwSd0KyXK9CnWqOOfxJqe31s,55
|
|
84
89
|
webscout/Provider/TTI/deepinfra.py,sha256=o54__jLrP0OaiW7CHPCJISWQTuSwA8g-mSn60gRmTXA,5967
|
|
85
90
|
webscout/Provider/TTS/__init__.py,sha256=g19AOO1X9Qb-MNFpwhx5lODDWQiG7HxZCO9TmOYOHGc,54
|
|
86
|
-
webscout/Provider/TTS/streamElements.py,sha256=
|
|
87
|
-
webscout/Provider/TTS/voicepod.py,sha256=
|
|
88
|
-
webscout-5.
|
|
89
|
-
webscout-5.
|
|
90
|
-
webscout-5.
|
|
91
|
-
webscout-5.
|
|
92
|
-
webscout-5.
|
|
93
|
-
webscout-5.
|
|
91
|
+
webscout/Provider/TTS/streamElements.py,sha256=aaE55W_bAzvL3-pl7tHs_xU7dSZB5_V7ix-usoe-4aM,7398
|
|
92
|
+
webscout/Provider/TTS/voicepod.py,sha256=wAAnpcpDyej72UjIRhEnEmcoJnUqp1lPCLiiwJMYJic,4343
|
|
93
|
+
webscout-5.4.dist-info/LICENSE.md,sha256=9P0imsudI7MEvZe2pOcg8rKBn6E5FGHQ-riYozZI-Bk,2942
|
|
94
|
+
webscout-5.4.dist-info/METADATA,sha256=HnZnQpvYoN63YGjQHhGjQgH5jRVRFio1aQBF_tcvU2k,48379
|
|
95
|
+
webscout-5.4.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
96
|
+
webscout-5.4.dist-info/entry_points.txt,sha256=Hh4YIIjvkqB9SVxZ2ri4DZUkgEu_WF_5_r_nZDIvfG8,73
|
|
97
|
+
webscout-5.4.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
|
|
98
|
+
webscout-5.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|