webscout 2.3__tar.gz → 2.4__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.

Files changed (69) hide show
  1. {webscout-2.3 → webscout-2.4}/PKG-INFO +6 -6
  2. {webscout-2.3 → webscout-2.4}/README.md +3 -3
  3. {webscout-2.3 → webscout-2.4}/setup.py +3 -2
  4. {webscout-2.3 → webscout-2.4}/webscout/Local/__init__.py +1 -1
  5. {webscout-2.3 → webscout-2.4}/webscout/Local/thread.py +44 -5
  6. {webscout-2.3 → webscout-2.4}/webscout/Local/utils.py +15 -1
  7. {webscout-2.3 → webscout-2.4}/webscout/__init__.py +4 -4
  8. {webscout-2.3 → webscout-2.4}/webscout.egg-info/PKG-INFO +6 -6
  9. {webscout-2.3 → webscout-2.4}/webscout.egg-info/requires.txt +1 -1
  10. {webscout-2.3 → webscout-2.4}/DeepWEBS/__init__.py +0 -0
  11. {webscout-2.3 → webscout-2.4}/DeepWEBS/documents/__init__.py +0 -0
  12. {webscout-2.3 → webscout-2.4}/DeepWEBS/documents/query_results_extractor.py +0 -0
  13. {webscout-2.3 → webscout-2.4}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
  14. {webscout-2.3 → webscout-2.4}/DeepWEBS/networks/__init__.py +0 -0
  15. {webscout-2.3 → webscout-2.4}/DeepWEBS/networks/filepath_converter.py +0 -0
  16. {webscout-2.3 → webscout-2.4}/DeepWEBS/networks/google_searcher.py +0 -0
  17. {webscout-2.3 → webscout-2.4}/DeepWEBS/networks/network_configs.py +0 -0
  18. {webscout-2.3 → webscout-2.4}/DeepWEBS/networks/webpage_fetcher.py +0 -0
  19. {webscout-2.3 → webscout-2.4}/DeepWEBS/utilsdw/__init__.py +0 -0
  20. {webscout-2.3 → webscout-2.4}/DeepWEBS/utilsdw/enver.py +0 -0
  21. {webscout-2.3 → webscout-2.4}/DeepWEBS/utilsdw/logger.py +0 -0
  22. {webscout-2.3 → webscout-2.4}/LICENSE.md +0 -0
  23. {webscout-2.3 → webscout-2.4}/setup.cfg +0 -0
  24. {webscout-2.3 → webscout-2.4}/webscout/AIauto.py +0 -0
  25. {webscout-2.3 → webscout-2.4}/webscout/AIbase.py +0 -0
  26. {webscout-2.3 → webscout-2.4}/webscout/AIutel.py +0 -0
  27. {webscout-2.3 → webscout-2.4}/webscout/DWEBS.py +0 -0
  28. {webscout-2.3 → webscout-2.4}/webscout/LLM.py +0 -0
  29. {webscout-2.3 → webscout-2.4}/webscout/Local/_version.py +0 -0
  30. {webscout-2.3 → webscout-2.4}/webscout/Local/formats.py +0 -0
  31. {webscout-2.3 → webscout-2.4}/webscout/Local/model.py +0 -0
  32. {webscout-2.3 → webscout-2.4}/webscout/Local/samplers.py +0 -0
  33. {webscout-2.3 → webscout-2.4}/webscout/Provider/Berlin4h.py +0 -0
  34. {webscout-2.3 → webscout-2.4}/webscout/Provider/Blackboxai.py +0 -0
  35. {webscout-2.3 → webscout-2.4}/webscout/Provider/ChatGPTUK.py +0 -0
  36. {webscout-2.3 → webscout-2.4}/webscout/Provider/Cohere.py +0 -0
  37. {webscout-2.3 → webscout-2.4}/webscout/Provider/Gemini.py +0 -0
  38. {webscout-2.3 → webscout-2.4}/webscout/Provider/Groq.py +0 -0
  39. {webscout-2.3 → webscout-2.4}/webscout/Provider/Koboldai.py +0 -0
  40. {webscout-2.3 → webscout-2.4}/webscout/Provider/Leo.py +0 -0
  41. {webscout-2.3 → webscout-2.4}/webscout/Provider/Llama2.py +0 -0
  42. {webscout-2.3 → webscout-2.4}/webscout/Provider/OpenGPT.py +0 -0
  43. {webscout-2.3 → webscout-2.4}/webscout/Provider/Openai.py +0 -0
  44. {webscout-2.3 → webscout-2.4}/webscout/Provider/Perplexity.py +0 -0
  45. {webscout-2.3 → webscout-2.4}/webscout/Provider/Phind.py +0 -0
  46. {webscout-2.3 → webscout-2.4}/webscout/Provider/Reka.py +0 -0
  47. {webscout-2.3 → webscout-2.4}/webscout/Provider/ThinkAnyAI.py +0 -0
  48. {webscout-2.3 → webscout-2.4}/webscout/Provider/Xjai.py +0 -0
  49. {webscout-2.3 → webscout-2.4}/webscout/Provider/Yepchat.py +0 -0
  50. {webscout-2.3 → webscout-2.4}/webscout/Provider/Youchat.py +0 -0
  51. {webscout-2.3 → webscout-2.4}/webscout/Provider/__init__.py +0 -0
  52. {webscout-2.3 → webscout-2.4}/webscout/__main__.py +0 -0
  53. {webscout-2.3 → webscout-2.4}/webscout/async_providers.py +0 -0
  54. {webscout-2.3 → webscout-2.4}/webscout/cli.py +0 -0
  55. {webscout-2.3 → webscout-2.4}/webscout/exceptions.py +0 -0
  56. {webscout-2.3 → webscout-2.4}/webscout/g4f.py +0 -0
  57. {webscout-2.3 → webscout-2.4}/webscout/models.py +0 -0
  58. {webscout-2.3 → webscout-2.4}/webscout/tempid.py +0 -0
  59. {webscout-2.3 → webscout-2.4}/webscout/transcriber.py +0 -0
  60. {webscout-2.3 → webscout-2.4}/webscout/utils.py +0 -0
  61. {webscout-2.3 → webscout-2.4}/webscout/version.py +0 -0
  62. {webscout-2.3 → webscout-2.4}/webscout/voice.py +0 -0
  63. {webscout-2.3 → webscout-2.4}/webscout/webai.py +0 -0
  64. {webscout-2.3 → webscout-2.4}/webscout/webscout_search.py +0 -0
  65. {webscout-2.3 → webscout-2.4}/webscout/webscout_search_async.py +0 -0
  66. {webscout-2.3 → webscout-2.4}/webscout.egg-info/SOURCES.txt +0 -0
  67. {webscout-2.3 → webscout-2.4}/webscout.egg-info/dependency_links.txt +0 -0
  68. {webscout-2.3 → webscout-2.4}/webscout.egg-info/entry_points.txt +0 -0
  69. {webscout-2.3 → webscout-2.4}/webscout.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 2.3
4
- Summary: Search for anything using Google, DuckDuckGo, phind.com. Also contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, and webai (terminal gpt and open interpreter).
3
+ Version: 2.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
7
7
  License: HelpingAI Simplified Universal License
@@ -50,7 +50,7 @@ Requires-Dist: appdirs
50
50
  Requires-Dist: GoogleBard1>=2.1.4
51
51
  Requires-Dist: tls_client
52
52
  Requires-Dist: clipman
53
- Requires-Dist: playsound
53
+ Requires-Dist: Helpingai-T2playsound
54
54
  Provides-Extra: dev
55
55
  Requires-Dist: ruff>=0.1.6; extra == "dev"
56
56
  Requires-Dist: pytest>=7.4.2; extra == "dev"
@@ -64,7 +64,7 @@ Requires-Dist: numpy; extra == "local"
64
64
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
65
65
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
66
66
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
67
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
67
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
68
68
  </div>
69
69
 
70
70
  <div align="center">
@@ -87,7 +87,7 @@ Requires-Dist: numpy; extra == "local"
87
87
  <a href="#"><img alt="Python version" src="https://img.shields.io/pypi/pyversions/webscout"/></a>
88
88
  <a href="https://pepy.tech/project/webscout"><img alt="Downloads" src="https://static.pepy.tech/badge/webscout"></a>
89
89
 
90
- Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)
90
+ 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
91
91
 
92
92
 
93
93
  ## Table of Contents
@@ -1434,7 +1434,7 @@ python -m webscout.webai webai --provider "phind" --rawdog
1434
1434
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
1435
1435
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
1436
1436
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
1437
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1437
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1438
1438
  </div>
1439
1439
 
1440
1440
  <div align="center">
@@ -3,7 +3,7 @@
3
3
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
4
4
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
5
5
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
6
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
6
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
7
7
  </div>
8
8
 
9
9
  <div align="center">
@@ -26,7 +26,7 @@
26
26
  <a href="#"><img alt="Python version" src="https://img.shields.io/pypi/pyversions/webscout"/></a>
27
27
  <a href="https://pepy.tech/project/webscout"><img alt="Downloads" src="https://static.pepy.tech/badge/webscout"></a>
28
28
 
29
- Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)
29
+ 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
30
30
 
31
31
 
32
32
  ## Table of Contents
@@ -1373,7 +1373,7 @@ python -m webscout.webai webai --provider "phind" --rawdog
1373
1373
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
1374
1374
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
1375
1375
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
1376
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1376
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1377
1377
  </div>
1378
1378
 
1379
1379
  <div align="center">
@@ -5,8 +5,8 @@ with open("README.md", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="webscout",
8
- version="2.3",
9
- description="Search for anything using Google, DuckDuckGo, phind.com. Also contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, and webai (terminal gpt and open interpreter).",
8
+ version="2.4",
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",
12
12
  author="OEvortex",
@@ -54,6 +54,7 @@ setup(
54
54
  "GoogleBard1>=2.1.4",
55
55
  "tls_client",
56
56
  "clipman",
57
+ "Helpingai-T2"
57
58
  "playsound",
58
59
  ],
59
60
  entry_points={
@@ -1,4 +1,4 @@
1
- # webscout\easy_LLM\__init__.py
1
+ # webscout\Local\__init__.py
2
2
  from ._version import __version__, __llama_cpp_version__
3
3
 
4
4
 
@@ -130,7 +130,17 @@ class Thread:
130
130
  elif msg['role'] == 'bot':
131
131
  repr_str += "\nThread.add_message('bot', " + repr(msg['content']) + ')'
132
132
  return repr_str
133
-
133
+ def save_conversation(self, filepath: str) -> None:
134
+ """
135
+ Saves the conversation history to a JSON file.
136
+
137
+ filepath: The path to the file where the conversation should be saved.
138
+ """
139
+ import json
140
+
141
+ data = [{'role': msg['role'], 'content': msg['content']} for msg in self.messages]
142
+ with open(filepath, 'w') as f:
143
+ json.dump(data, f, indent=4)
134
144
  def __str__(self) -> str:
135
145
  return self.as_string()
136
146
 
@@ -267,7 +277,20 @@ class Thread:
267
277
  self.add_message("bot", output)
268
278
 
269
279
  return output
270
-
280
+ def load_conversation(self, filepath: str) -> None:
281
+ """
282
+ Loads a conversation history from a JSON file.
283
+
284
+ filepath: The path to the file containing the conversation history.
285
+ """
286
+ import json
287
+
288
+ with open(filepath, 'r') as f:
289
+ data = json.load(f)
290
+
291
+ self.messages = []
292
+ for item in data:
293
+ self.messages.append(self.create_message(item['role'], item['content']))
271
294
 
272
295
  def _interactive_update_sampler(self) -> None:
273
296
  """Interactively update the sampler settings used in this Thread"""
@@ -397,7 +420,15 @@ class Thread:
397
420
 
398
421
  elif command.lower() in ['str', 'string', 'as_string']:
399
422
  print(f"\n{self.as_string()}\n")
400
-
423
+
424
+ elif command.lower() in ['save']:
425
+ print()
426
+ try:
427
+ filepath = input(f'Enter filepath to save conversation: ')
428
+ self.save_conversation(filepath)
429
+ print(f'[conversation saved to {filepath}]\n')
430
+ except Exception as e:
431
+ print(f'[error saving conversation: {e}]\n')
401
432
  elif command.lower() in ['repr', 'save', 'backup']:
402
433
  print(f"\n{repr(self)}\n")
403
434
 
@@ -407,7 +438,14 @@ class Thread:
407
438
  del self.messages[-1]
408
439
  assert len(self.messages) == (old_len - 1)
409
440
  print('[removed last message]\n')
410
-
441
+ elif command.lower() in ['load']:
442
+ print()
443
+ try:
444
+ filepath = input(f'Enter filepath to load conversation: ')
445
+ self.load_conversation(filepath)
446
+ print(f'[conversation loaded from {filepath}]\n')
447
+ except Exception as e:
448
+ print(f'[error loading conversation: {e}]\n')
411
449
  elif command.lower() in ['last', 'repeat']:
412
450
  last_msg = self.messages[-1]
413
451
  if last_msg['role'] == 'user':
@@ -447,7 +485,8 @@ class Thread:
447
485
  print("TIP: type < at the prompt and press ENTER to prefix the bot's next message.")
448
486
  print(' for example, type "Sure!" to bypass refusals')
449
487
  print()
450
-
488
+ print('save -- Save the conversation to a JSON file')
489
+ print('load -- Load a conversation from a JSON file')
451
490
  else:
452
491
  print(f'\n[unknown command]\n')
453
492
 
@@ -8,7 +8,7 @@ from time import strftime
8
8
  from enum import IntEnum
9
9
  from struct import unpack
10
10
  from colorama import Fore
11
-
11
+ from huggingface_hub import hf_hub_url, cached_download
12
12
 
13
13
  # color codes used in Thread.interact()
14
14
  RESET_ALL = Fore.RESET
@@ -25,6 +25,20 @@ 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:
29
+ """
30
+ Downloads a GGUF model file from Hugging Face Hub.
31
+
32
+ repo_id: The Hugging Face repository ID (e.g., 'facebook/bart-large-cnn').
33
+ filename: The name of the GGUF file within the repository (e.g., 'model.gguf').
34
+ cache_dir: The directory where the downloaded file should be stored.
35
+
36
+ Returns: The path to the downloaded file.
37
+ """
38
+ url = hf_hub_url(repo_id, filename)
39
+ filepath = cached_download(url, cache_dir=cache_dir, force_filename=filename)
40
+ return filepath
41
+
28
42
  class GGUFReader:
29
43
  """
30
44
  Peek at file header for GGUF metadata
@@ -6,7 +6,7 @@ from .transcriber import transcriber
6
6
  from .voice import play_audio
7
7
  from .tempid import Client as TempMailClient, TemporaryPhoneNumber
8
8
  from .LLM import LLM
9
- from .Local import *
9
+ # from .Local import *
10
10
  import g4f
11
11
  # Import provider classes for direct access
12
12
  from .Provider import (
@@ -81,9 +81,9 @@ __all__ = [
81
81
  "TemporaryPhoneNumber",
82
82
  "LLM",
83
83
  # Localai models and utilities
84
- "Model",
85
- "Thread",
86
- "formats",
84
+ # "Model",
85
+ # "Thread",
86
+ # "formats",
87
87
 
88
88
  # AI Providers
89
89
  "ThinkAnyAI",
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 2.3
4
- Summary: Search for anything using Google, DuckDuckGo, phind.com. Also contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, and webai (terminal gpt and open interpreter).
3
+ Version: 2.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
7
7
  License: HelpingAI Simplified Universal License
@@ -50,7 +50,7 @@ Requires-Dist: appdirs
50
50
  Requires-Dist: GoogleBard1>=2.1.4
51
51
  Requires-Dist: tls_client
52
52
  Requires-Dist: clipman
53
- Requires-Dist: playsound
53
+ Requires-Dist: Helpingai-T2playsound
54
54
  Provides-Extra: dev
55
55
  Requires-Dist: ruff>=0.1.6; extra == "dev"
56
56
  Requires-Dist: pytest>=7.4.2; extra == "dev"
@@ -64,7 +64,7 @@ Requires-Dist: numpy; extra == "local"
64
64
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
65
65
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
66
66
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
67
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
67
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
68
68
  </div>
69
69
 
70
70
  <div align="center">
@@ -87,7 +87,7 @@ Requires-Dist: numpy; extra == "local"
87
87
  <a href="#"><img alt="Python version" src="https://img.shields.io/pypi/pyversions/webscout"/></a>
88
88
  <a href="https://pepy.tech/project/webscout"><img alt="Downloads" src="https://static.pepy.tech/badge/webscout"></a>
89
89
 
90
- Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)
90
+ 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
91
91
 
92
92
 
93
93
  ## Table of Contents
@@ -1434,7 +1434,7 @@ python -m webscout.webai webai --provider "phind" --rawdog
1434
1434
  <a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
1435
1435
  <a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
1436
1436
  <a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
1437
- <a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1437
+ <a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
1438
1438
  </div>
1439
1439
 
1440
1440
  <div align="center">
@@ -24,7 +24,7 @@ appdirs
24
24
  GoogleBard1>=2.1.4
25
25
  tls_client
26
26
  clipman
27
- playsound
27
+ Helpingai-T2playsound
28
28
 
29
29
  [dev]
30
30
  ruff>=0.1.6
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