webscout 7.2__tar.gz → 7.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.
- {webscout-7.2/webscout.egg-info → webscout-7.4}/PKG-INFO +94 -101
- {webscout-7.2 → webscout-7.4}/README.md +90 -46
- {webscout-7.2 → webscout-7.4}/setup.py +1 -0
- {webscout-7.2 → webscout-7.4}/webscout/Bard.py +2 -2
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/core/level.py +3 -0
- webscout-7.4/webscout/Litlogger/core/logger.py +166 -0
- webscout-7.4/webscout/Litlogger/handlers/console.py +33 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/handlers/network.py +16 -17
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/styles/colors.py +81 -63
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/styles/formats.py +163 -80
- webscout-7.4/webscout/Provider/AISEARCH/ISou.py +277 -0
- webscout-7.4/webscout/Provider/AISEARCH/__init__.py +4 -0
- webscout-7.4/webscout/Provider/AISEARCH/genspark_search.py +208 -0
- webscout-7.4/webscout/Provider/AllenAI.py +282 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Deepinfra.py +52 -37
- webscout-7.4/webscout/Provider/ElectronHub.py +634 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Glider.py +7 -41
- webscout-7.4/webscout/Provider/HeckAI.py +200 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Jadve.py +49 -63
- {webscout-7.2 → webscout-7.4}/webscout/Provider/PI.py +106 -93
- webscout-7.4/webscout/Provider/Perplexitylabs.py +395 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/QwenLM.py +7 -61
- webscout-7.4/webscout/Provider/TTI/FreeAIPlayground/__init__.py +9 -0
- webscout-7.4/webscout/Provider/TTI/FreeAIPlayground/async_freeaiplayground.py +206 -0
- webscout-7.4/webscout/Provider/TTI/FreeAIPlayground/sync_freeaiplayground.py +192 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/__init__.py +3 -1
- webscout-7.4/webscout/Provider/TTI/piclumen/__init__.py +23 -0
- webscout-7.4/webscout/Provider/TTI/piclumen/async_piclumen.py +268 -0
- webscout-7.4/webscout/Provider/TTI/piclumen/sync_piclumen.py +233 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TextPollinationsAI.py +28 -6
- webscout-7.4/webscout/Provider/TwoAI.py +200 -0
- webscout-7.4/webscout/Provider/Venice.py +200 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/WiseCat.py +1 -18
- {webscout-7.2 → webscout-7.4}/webscout/Provider/__init__.py +14 -0
- webscout-7.4/webscout/Provider/akashgpt.py +312 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/chatglm.py +5 -5
- webscout-7.4/webscout/Provider/freeaichat.py +251 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/koala.py +9 -1
- {webscout-7.2 → webscout-7.4}/webscout/Provider/yep.py +5 -25
- {webscout-7.2 → webscout-7.4}/webscout/__init__.py +1 -0
- {webscout-7.2 → webscout-7.4}/webscout/version.py +1 -1
- {webscout-7.2 → webscout-7.4}/webscout/webscout_search.py +82 -2
- {webscout-7.2 → webscout-7.4}/webscout/webscout_search_async.py +58 -1
- webscout-7.4/webscout/yep_search.py +297 -0
- {webscout-7.2 → webscout-7.4/webscout.egg-info}/PKG-INFO +94 -101
- {webscout-7.2 → webscout-7.4}/webscout.egg-info/SOURCES.txt +17 -0
- {webscout-7.2 → webscout-7.4}/webscout.egg-info/requires.txt +1 -0
- webscout-7.2/webscout/Litlogger/core/logger.py +0 -123
- webscout-7.2/webscout/Litlogger/handlers/console.py +0 -50
- webscout-7.2/webscout/Provider/AISEARCH/__init__.py +0 -2
- {webscout-7.2 → webscout-7.4}/LICENSE.md +0 -0
- {webscout-7.2 → webscout-7.4}/setup.cfg +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/AIauto.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/AIbase.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/AIutel.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/DWEBS.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/YTdownloader.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/transcriber.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/channel.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/errors.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/extras.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/https.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/patterns.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/playlist.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/pool.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/query.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/stream.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/YTToolkit/ytapi/video.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/autocoder/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/autocoder/autocoder_utiles.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/autocoder/rawdog.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/autollama.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/gguf.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/weather.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Extra/weather_ascii.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/LLM.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/core/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/handlers/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/handlers/file.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/styles/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/styles/text.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/utils/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/utils/detectors.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Litlogger/utils/formatters.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/_version.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/formats.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/model.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/samplers.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/thread.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/ui.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Local/utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/AI21.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/AISEARCH/DeepFind.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/AISEARCH/felo_search.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Amigo.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Andi.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Bing.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Blackboxai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/ChatGPTES.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/ChatGPTGratis.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Chatify.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Cloudflare.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Cohere.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/DARKAI.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/DeepSeek.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/DiscordRocks.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/EDITEE.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Free2GPT.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/GPTWeb.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Gemini.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Groq.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/HF_space/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/HF_space/qwen_qwen2.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Koboldai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Llama.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Llama3.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Marcus.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Netwrck.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/OLLAMA.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Openai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Phind.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/PizzaGPT.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Reka.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/AiForce/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/AiForce/async_aiforce.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/AiForce/sync_aiforce.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/Nexra/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/Nexra/async_nexra.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/Nexra/sync_nexra.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/PollinationsAI/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/PollinationsAI/async_pollinations.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/PollinationsAI/sync_pollinations.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/artbit/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/artbit/async_artbit.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/artbit/sync_artbit.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/blackbox/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/blackbox/async_blackbox.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/blackbox/sync_blackbox.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/deepinfra/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/deepinfra/async_deepinfra.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/deepinfra/sync_deepinfra.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/huggingface/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/huggingface/async_huggingface.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/huggingface/sync_huggingface.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/imgninza/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/imgninza/async_ninza.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/imgninza/sync_ninza.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/talkai/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/talkai/async_talkai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTI/talkai/sync_talkai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/deepgram.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/elevenlabs.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/gesserit.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/murfai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/parler.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/streamElements.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TTS/voicepod.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/TeachAnything.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/Youchat.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/ai4chat.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/aimathgpt.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/askmyai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/bagoodex.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/cerebras.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/cleeai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/dgaf.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/elmo.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/gaurish.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/geminiapi.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/geminiprorealtime.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/granite.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/hermes.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/julius.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/learnfastai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/lepton.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/llama3mitril.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/llamatutor.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/llmchat.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/meta.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/multichat.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/promptrefine.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/talkai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/turboseek.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/tutorai.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/typegpt.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/Provider/x0gpt.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/__main__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/cli.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/conversation.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/exceptions.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/litagent/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/litagent/agent.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/litagent/constants.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/litprinter/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/litprinter/colors.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/optimizers.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/prompt_manager.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/crawler.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/scout.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/search_result.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/text_analyzer.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/text_utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core/web_analyzer.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/core.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/element.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/parsers/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/parsers/html5lib_parser.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/parsers/html_parser.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/parsers/lxml_parser.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/scout/utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/swiftcli/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/tempid.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/update_checker.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/utils.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/zeroart/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/zeroart/base.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/zeroart/effects.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout/zeroart/fonts.py +0 -0
- {webscout-7.2 → webscout-7.4}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-7.2 → webscout-7.4}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-7.2 → webscout-7.4}/webscout.egg-info/top_level.txt +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/__init__.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/classifier.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/keywords.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/language.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/ner.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/normalizer.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/processor.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/sentiment.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/stemmer.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/tagger.py +0 -0
- {webscout-7.2 → webscout-7.4}/webstoken/tokenizer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.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
|
|
@@ -23,68 +23,15 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
|
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
24
|
Requires-Python: >=3.7
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
|
-
License-File: LICENSE.md
|
|
27
|
-
Requires-Dist: setuptools
|
|
28
|
-
Requires-Dist: wheel
|
|
29
|
-
Requires-Dist: pip
|
|
30
|
-
Requires-Dist: mistune
|
|
31
|
-
Requires-Dist: tenacity
|
|
32
|
-
Requires-Dist: curl_cffi
|
|
33
|
-
Requires-Dist: nest-asyncio
|
|
34
|
-
Requires-Dist: rich
|
|
35
|
-
Requires-Dist: markdownify
|
|
36
|
-
Requires-Dist: requests
|
|
37
|
-
Requires-Dist: google-generativeai
|
|
38
|
-
Requires-Dist: lxml>=5.2.2
|
|
39
|
-
Requires-Dist: termcolor
|
|
40
|
-
Requires-Dist: orjson
|
|
41
|
-
Requires-Dist: PyYAML
|
|
42
|
-
Requires-Dist: tls_client
|
|
43
|
-
Requires-Dist: clipman
|
|
44
|
-
Requires-Dist: playsound==1.2.2
|
|
45
|
-
Requires-Dist: ollama
|
|
46
|
-
Requires-Dist: pillow
|
|
47
|
-
Requires-Dist: bson
|
|
48
|
-
Requires-Dist: cloudscraper
|
|
49
|
-
Requires-Dist: html5lib
|
|
50
|
-
Requires-Dist: aiofiles
|
|
51
|
-
Requires-Dist: emoji
|
|
52
|
-
Requires-Dist: openai
|
|
53
|
-
Requires-Dist: prompt-toolkit
|
|
54
|
-
Requires-Dist: primp
|
|
55
|
-
Requires-Dist: pyreqwest_impersonate
|
|
56
|
-
Requires-Dist: gradio_client
|
|
57
|
-
Requires-Dist: psutil
|
|
58
|
-
Requires-Dist: pygetwindow
|
|
59
|
-
Requires-Dist: aiohttp
|
|
60
26
|
Provides-Extra: dev
|
|
61
|
-
Requires-Dist: ruff>=0.1.6; extra == "dev"
|
|
62
|
-
Requires-Dist: pytest>=7.4.2; extra == "dev"
|
|
63
27
|
Provides-Extra: local
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
Requires-Dist: huggingface_hub[cli]; extra == "local"
|
|
68
|
-
Requires-Dist: unicorn; extra == "local"
|
|
69
|
-
Dynamic: author
|
|
70
|
-
Dynamic: author-email
|
|
71
|
-
Dynamic: classifier
|
|
72
|
-
Dynamic: description
|
|
73
|
-
Dynamic: description-content-type
|
|
74
|
-
Dynamic: license
|
|
75
|
-
Dynamic: project-url
|
|
76
|
-
Dynamic: provides-extra
|
|
77
|
-
Dynamic: requires-dist
|
|
78
|
-
Dynamic: requires-python
|
|
79
|
-
Dynamic: summary
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
[](https://t.me/official_helpingai)
|
|
28
|
+
License-File: LICENSE.md
|
|
29
|
+
|
|
30
|
+
[](https://t.me/PyscoutAI)
|
|
83
31
|
[](https://www.instagram.com/oevortex/)
|
|
84
32
|
[](https://www.linkedin.com/in/oe-vortex-29a407265/)
|
|
85
33
|
[](https://buymeacoffee.com/oevortex)
|
|
86
34
|
|
|
87
|
-
|
|
88
35
|
<div align="center">
|
|
89
36
|
<a href="https://youtube.com/@OEvortex">▶️ Vortex’s YouTube Channel</a> •
|
|
90
37
|
<a href="https://youtube.com/@devsdocode">▶️ Devs Do Code’s YouTube Channel</a> •
|
|
@@ -96,7 +43,7 @@ Dynamic: summary
|
|
|
96
43
|
<p align="center">
|
|
97
44
|
<strong>Webscout</strong> is the all-in-one search and AI toolkit you need.
|
|
98
45
|
<br>
|
|
99
|
-
Discover insights with
|
|
46
|
+
Discover insights with Yep.com, DuckDuckGo, and Phind; access cutting-edge AI models; transcribe YouTube videos; generate temporary emails and phone numbers; perform text-to-speech conversions; run offline language models; and much more!
|
|
100
47
|
</p>
|
|
101
48
|
|
|
102
49
|
<div align="center">
|
|
@@ -108,9 +55,11 @@ Dynamic: summary
|
|
|
108
55
|
---
|
|
109
56
|
|
|
110
57
|
## 🚀 Features
|
|
58
|
+
|
|
111
59
|
* **Comprehensive Search:** Leverage Google, DuckDuckGo for diverse search results.
|
|
112
60
|
* **AI Powerhouse:** Access and interact with various AI models, including OpenAI, Cohere, and more.
|
|
113
61
|
* **[YouTube Toolkit](webscout/Extra/YTToolkit):** Advanced YouTube video and transcript management with multi-language support, versatile downloading, and intelligent data extraction
|
|
62
|
+
* **[GitAPI](webscout/Extra/GitToolkit/gitapi):** Powerful GitHub data extraction toolkit for seamless repository and user information retrieval, featuring commit tracking, issue management, and comprehensive user analytics - all without authentication requirements for public data
|
|
114
63
|
* **Tempmail & Temp Number:** Generate temporary email addresses and phone numbers for enhanced privacy.
|
|
115
64
|
* **[Text-to-Speech (TTS)](webscout/Provider/TTS/README.md):** Convert text into natural-sounding speech using multiple AI-powered providers like ElevenLabs, StreamElements, and Voicepods.
|
|
116
65
|
* **Offline LLMs:** Utilize powerful language models offline with GGUF support.
|
|
@@ -124,8 +73,10 @@ Dynamic: summary
|
|
|
124
73
|
* **[LitAgent](webscout/litagent/Readme.md):** Powerful and modern user agent generator that keeps your requests fresh and undetectable
|
|
125
74
|
* **[Text-to-Image](webscout/Provider/TTI/README.md):** Generate high-quality images using a wide range of AI art providers
|
|
126
75
|
* **[Scout](webscout/scout/README.md):** Advanced web parsing and crawling library with intelligent HTML/XML parsing, web crawling, and Markdown conversion
|
|
76
|
+
* **[AISearch](webscout/Provider/AISEARCH/README.md):** AI Search Providers offer powerful and flexible AI-powered search Search Engine
|
|
127
77
|
|
|
128
78
|
## ⚙️ Installation
|
|
79
|
+
|
|
129
80
|
```python
|
|
130
81
|
pip install -U webscout
|
|
131
82
|
```
|
|
@@ -145,12 +96,13 @@ python -m webscout --help
|
|
|
145
96
|
| python -m webscout suggestions -k Text | CLI function to perform a suggestions search using Webscout. |
|
|
146
97
|
| python -m webscout text -k Text | CLI function to perform a text search using Webscout. |
|
|
147
98
|
| python -m webscout translate -k Text | CLI function to perform translate using Webscout. |
|
|
148
|
-
| python -m webscout version | A command-line interface command that prints and returns the version of the program. |
|
|
99
|
+
| python -m webscout version | A command-line interface command that prints and returns the version of the program. |
|
|
149
100
|
| python -m webscout videos -k Text | CLI function to perform a videos search using DuckDuckGo API. |
|
|
150
101
|
|
|
151
|
-
[Go To TOP](#webscout-️)
|
|
102
|
+
[Go To TOP](#webscout-️)
|
|
152
103
|
|
|
153
104
|
## 🌍 Regions
|
|
105
|
+
|
|
154
106
|
<details>
|
|
155
107
|
<summary>Expand</summary>
|
|
156
108
|
|
|
@@ -223,17 +175,14 @@ python -m webscout --help
|
|
|
223
175
|
vn-vi for Vietnam
|
|
224
176
|
wt-wt for No region
|
|
225
177
|
|
|
226
|
-
|
|
227
178
|
</details>
|
|
228
179
|
|
|
229
|
-
|
|
230
180
|
[Go To TOP](#webscout-️)
|
|
231
181
|
|
|
232
|
-
|
|
233
|
-
|
|
234
182
|
## ☀️ Weather
|
|
235
183
|
|
|
236
|
-
### 1. Weather
|
|
184
|
+
### 1. Weather
|
|
185
|
+
|
|
237
186
|
```python
|
|
238
187
|
from webscout import weather as w
|
|
239
188
|
weather = w.get("Qazigund")
|
|
@@ -241,6 +190,7 @@ print(weather)
|
|
|
241
190
|
```
|
|
242
191
|
|
|
243
192
|
### 2. Weather ASCII
|
|
193
|
+
|
|
244
194
|
```python
|
|
245
195
|
from webscout import weather_ascii as w
|
|
246
196
|
weather = w.get("Qazigund")
|
|
@@ -285,8 +235,44 @@ if __name__ == "__main__":
|
|
|
285
235
|
asyncio.run(main())
|
|
286
236
|
```
|
|
287
237
|
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
### 🔍 `YepSearch` - Search using Yep.com
|
|
241
|
+
|
|
242
|
+
```python
|
|
243
|
+
from webscout import YepSearch
|
|
244
|
+
|
|
245
|
+
# Initialize YepSearch
|
|
246
|
+
yep = YepSearch(
|
|
247
|
+
timeout=20, # Optional: Set custom timeout
|
|
248
|
+
proxies=None, # Optional: Use proxies
|
|
249
|
+
verify=True # Optional: SSL verification
|
|
250
|
+
)
|
|
251
|
+
|
|
252
|
+
# Text Search
|
|
253
|
+
text_results = yep.text(
|
|
254
|
+
keywords="artificial intelligence",
|
|
255
|
+
region="all", # Optional: Region for results
|
|
256
|
+
safesearch="moderate", # Optional: "on", "moderate", "off"
|
|
257
|
+
max_results=10 # Optional: Limit number of results
|
|
258
|
+
)
|
|
259
|
+
print(text_results)
|
|
260
|
+
|
|
261
|
+
# Image Search
|
|
262
|
+
image_results = yep.images(
|
|
263
|
+
keywords="nature photography",
|
|
264
|
+
region="all",
|
|
265
|
+
safesearch="moderate",
|
|
266
|
+
max_results=10
|
|
267
|
+
)
|
|
268
|
+
print(image_results)
|
|
288
269
|
|
|
289
270
|
|
|
271
|
+
# Suggestions
|
|
272
|
+
suggestions = yep.suggestions("hist")
|
|
273
|
+
print(suggestions)
|
|
274
|
+
```
|
|
275
|
+
|
|
290
276
|
## 🔍 GoogleS (formerly DWEBS)
|
|
291
277
|
|
|
292
278
|
```python
|
|
@@ -298,7 +284,6 @@ for result in results:
|
|
|
298
284
|
print(result)
|
|
299
285
|
```
|
|
300
286
|
|
|
301
|
-
|
|
302
287
|
## 🦆 WEBS and AsyncWEBS
|
|
303
288
|
|
|
304
289
|
The `WEBS` and `AsyncWEBS` classes are used to retrieve search results from DuckDuckGo.com.
|
|
@@ -368,7 +353,7 @@ await main()
|
|
|
368
353
|
|
|
369
354
|
## 💻 Usage of WEBS
|
|
370
355
|
|
|
371
|
-
### 1. `text()` - Text Search by DuckDuckGo.com
|
|
356
|
+
### 1. `text()` - Text Search by DuckDuckGo.com
|
|
372
357
|
|
|
373
358
|
```python
|
|
374
359
|
from webscout import WEBS
|
|
@@ -382,7 +367,7 @@ with WEBS() as WEBS:
|
|
|
382
367
|
print(r)
|
|
383
368
|
```
|
|
384
369
|
|
|
385
|
-
### 2. `answers()` - Instant Answers by DuckDuckGo.com
|
|
370
|
+
### 2. `answers()` - Instant Answers by DuckDuckGo.com
|
|
386
371
|
|
|
387
372
|
```python
|
|
388
373
|
from webscout import WEBS
|
|
@@ -393,7 +378,7 @@ with WEBS() as WEBS:
|
|
|
393
378
|
print(r)
|
|
394
379
|
```
|
|
395
380
|
|
|
396
|
-
### 3. `images()` - Image Search by DuckDuckGo.com
|
|
381
|
+
### 3. `images()` - Image Search by DuckDuckGo.com
|
|
397
382
|
|
|
398
383
|
```python
|
|
399
384
|
from webscout import WEBS
|
|
@@ -415,7 +400,7 @@ with WEBS() as WEBS:
|
|
|
415
400
|
print(r)
|
|
416
401
|
```
|
|
417
402
|
|
|
418
|
-
### 4. `videos()` - Video Search by DuckDuckGo.com
|
|
403
|
+
### 4. `videos()` - Video Search by DuckDuckGo.com
|
|
419
404
|
|
|
420
405
|
```python
|
|
421
406
|
from webscout import WEBS
|
|
@@ -436,7 +421,7 @@ with WEBS() as WEBS:
|
|
|
436
421
|
print(r)
|
|
437
422
|
```
|
|
438
423
|
|
|
439
|
-
### 5. `news()` - News Search by DuckDuckGo.com
|
|
424
|
+
### 5. `news()` - News Search by DuckDuckGo.com
|
|
440
425
|
|
|
441
426
|
```python
|
|
442
427
|
from webscout import WEBS
|
|
@@ -517,18 +502,29 @@ with WEBS() as WEBS:
|
|
|
517
502
|
print(r)
|
|
518
503
|
```
|
|
519
504
|
|
|
505
|
+
### 9. `weather()` - Weather Information by DuckDuckGo.com
|
|
520
506
|
|
|
521
|
-
|
|
507
|
+
```python
|
|
508
|
+
from webscout import WEBS
|
|
509
|
+
|
|
510
|
+
# Get weather information for a location using DuckDuckGo.com
|
|
511
|
+
with WEBS() as webs:
|
|
512
|
+
weather_data = webs.weather("New York")
|
|
513
|
+
print(weather_data)
|
|
514
|
+
|
|
515
|
+
```
|
|
516
|
+
|
|
517
|
+
## ALL Acts
|
|
522
518
|
|
|
523
519
|
<details>
|
|
524
520
|
<summary>Expand</summary>
|
|
525
521
|
|
|
526
|
-
## Webscout Supported Acts
|
|
522
|
+
## Webscout Supported Acts
|
|
527
523
|
|
|
528
524
|
1. Free-mode
|
|
529
525
|
2. Linux Terminal
|
|
530
526
|
3. English Translator and Improver
|
|
531
|
-
4. `position` Interviewer
|
|
527
|
+
4. `position` Interviewer
|
|
532
528
|
5. JavaScript Console
|
|
533
529
|
6. Excel Sheet
|
|
534
530
|
7. English Pronunciation Helper
|
|
@@ -686,7 +682,7 @@ with WEBS() as WEBS:
|
|
|
686
682
|
159. Wikipedia page
|
|
687
683
|
160. Japanese Kanji quiz machine
|
|
688
684
|
161. note-taking assistant
|
|
689
|
-
162. `language` Literary Critic
|
|
685
|
+
162. `language` Literary Critic
|
|
690
686
|
163. Cheap Travel Ticket Advisor
|
|
691
687
|
164. DALL-E
|
|
692
688
|
165. MathBot
|
|
@@ -711,7 +707,7 @@ with WEBS() as WEBS:
|
|
|
711
707
|
184. Hypothetical response
|
|
712
708
|
185. BH
|
|
713
709
|
186. Text Continuation
|
|
714
|
-
187. Dude v3
|
|
710
|
+
187. Dude v3
|
|
715
711
|
188. SDA (Superior DAN)
|
|
716
712
|
189. AntiGPT
|
|
717
713
|
190. BasedGPT v2
|
|
@@ -760,19 +756,19 @@ with WEBS() as WEBS:
|
|
|
760
756
|
233. LiveGPT
|
|
761
757
|
234. DAN Jailbreak
|
|
762
758
|
235. Cooper
|
|
763
|
-
236. Steve
|
|
759
|
+
236. Steve
|
|
764
760
|
237. DAN 5.0
|
|
765
761
|
238. Axies
|
|
766
762
|
239. OMNI
|
|
767
763
|
240. Burple
|
|
768
|
-
241. JOHN
|
|
764
|
+
241. JOHN
|
|
769
765
|
242. An Ethereum Developer
|
|
770
766
|
243. SEO Prompt
|
|
771
767
|
244. Prompt Enhancer
|
|
772
768
|
245. Data Scientist
|
|
773
769
|
246. League of Legends Player
|
|
774
770
|
|
|
775
|
-
**Note:** Some "acts" use placeholders like `position` or `language` which should be replaced with a specific value when using the prompt.
|
|
771
|
+
**Note:** Some "acts" use placeholders like `position` or `language` which should be replaced with a specific value when using the prompt.
|
|
776
772
|
___
|
|
777
773
|
</details>
|
|
778
774
|
|
|
@@ -866,7 +862,7 @@ for chunk in response:
|
|
|
866
862
|
|
|
867
863
|
```
|
|
868
864
|
|
|
869
|
-
###
|
|
865
|
+
### ⬛ `BlackBox` - Search/Chat with BlackBox
|
|
870
866
|
|
|
871
867
|
```python
|
|
872
868
|
from webscout import BLACKBOXAI
|
|
@@ -893,8 +889,7 @@ r = ai.chat(prompt)
|
|
|
893
889
|
print(r)
|
|
894
890
|
```
|
|
895
891
|
|
|
896
|
-
|
|
897
|
-
### 🤖 `Meta AI` - Chat with Meta AI
|
|
892
|
+
### 🤖 `Meta AI` - Chat with Meta AI
|
|
898
893
|
|
|
899
894
|
```python
|
|
900
895
|
from webscout import Meta
|
|
@@ -928,7 +923,7 @@ for media in response["media"]:
|
|
|
928
923
|
|
|
929
924
|
```
|
|
930
925
|
|
|
931
|
-
###
|
|
926
|
+
### `KOBOLDAI`
|
|
932
927
|
|
|
933
928
|
```python
|
|
934
929
|
from webscout import KOBOLDAI
|
|
@@ -948,7 +943,7 @@ print(message)
|
|
|
948
943
|
|
|
949
944
|
```
|
|
950
945
|
|
|
951
|
-
###
|
|
946
|
+
### `Reka` - Chat with Reka
|
|
952
947
|
|
|
953
948
|
```python
|
|
954
949
|
from webscout import REKA
|
|
@@ -960,7 +955,7 @@ response_str = a.chat(prompt)
|
|
|
960
955
|
print(response_str)
|
|
961
956
|
```
|
|
962
957
|
|
|
963
|
-
###
|
|
958
|
+
### `Cohere` - Chat with Cohere
|
|
964
959
|
|
|
965
960
|
```python
|
|
966
961
|
from webscout import Cohere
|
|
@@ -972,7 +967,7 @@ response_str = a.chat(prompt)
|
|
|
972
967
|
print(response_str)
|
|
973
968
|
```
|
|
974
969
|
|
|
975
|
-
###
|
|
970
|
+
### `Deepinfra`
|
|
976
971
|
|
|
977
972
|
```python
|
|
978
973
|
from webscout import DeepInfra
|
|
@@ -999,8 +994,7 @@ message = ai.get_message(response)
|
|
|
999
994
|
print(message)
|
|
1000
995
|
```
|
|
1001
996
|
|
|
1002
|
-
|
|
1003
|
-
### `GROQ`
|
|
997
|
+
### `GROQ`
|
|
1004
998
|
|
|
1005
999
|
```python
|
|
1006
1000
|
from webscout import GROQ
|
|
@@ -1087,7 +1081,7 @@ print(response_search)
|
|
|
1087
1081
|
|
|
1088
1082
|
```
|
|
1089
1083
|
|
|
1090
|
-
###
|
|
1084
|
+
### `LLama 70b` - Chat with Meta's Llama 3 70b
|
|
1091
1085
|
|
|
1092
1086
|
```python
|
|
1093
1087
|
|
|
@@ -1099,7 +1093,7 @@ r = llama.chat("What is the meaning of life?")
|
|
|
1099
1093
|
print(r)
|
|
1100
1094
|
```
|
|
1101
1095
|
|
|
1102
|
-
###
|
|
1096
|
+
### `AndiSearch`
|
|
1103
1097
|
|
|
1104
1098
|
```python
|
|
1105
1099
|
from webscout import AndiSearch
|
|
@@ -1107,8 +1101,7 @@ a = AndiSearch()
|
|
|
1107
1101
|
print(a.chat("HelpingAI-9B"))
|
|
1108
1102
|
```
|
|
1109
1103
|
|
|
1110
|
-
|
|
1111
|
-
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, Editee, AI21, Chatify, Cerebras, X0GPT, Lepton, GEMINIAPI, Cleeai, Elmo, Free2GPT, Bing, DiscordRocks, GPTWeb, LlamaTutor, PromptRefine, TutorAI, ChatGPTES, Bagoodex, ChatHub, AmigoChat, AIMathGPT, GaurishCerebras, NinjaChat, GeminiPro, Talkai, LLMChat, AskMyAI, Llama3Mitril, Marcus, TypeGPT, Mhystical, Netwrck, MultiChatAI, JadveOpenAI, ChatGLM, Deepfind, NousHermes, TextPollinationsAI, GliderAI, DGAFAI, ChatGPTGratis, QwenLM, IBMGranite, WiseCat, DeepSeek
|
|
1104
|
+
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, Editee, AI21, Chatify, Cerebras, X0GPT, Lepton, GEMINIAPI, Cleeai, Elmo, Free2GPT, Bing, DiscordRocks, GPTWeb, LlamaTutor, PromptRefine, TutorAI, ChatGPTES, Bagoodex, ChatHub, AmigoChat, AIMathGPT, GaurishCerebras, NinjaChat, GeminiPro, Talkai, LLMChat, AskMyAI, Llama3Mitril, Marcus, TypeGPT, Mhystical, Netwrck, MultiChatAI, JadveOpenAI, ChatGLM, Deepfind, NousHermes, TextPollinationsAI, GliderAI, DGAFAI, ChatGPTGratis, QwenLM, IBMGranite, WiseCat, DeepSeek, FreeAIChat, AkashGPT, PerplexityLabs, AllenAI, HeckAI, TwoAI, Venice
|
|
1112
1105
|
|
|
1113
1106
|
Code is similar to other providers.
|
|
1114
1107
|
|
|
@@ -1132,7 +1125,7 @@ response = vlm.chat([{
|
|
|
1132
1125
|
}])
|
|
1133
1126
|
```
|
|
1134
1127
|
|
|
1135
|
-
##
|
|
1128
|
+
## 💻 Local-LLM
|
|
1136
1129
|
|
|
1137
1130
|
Webscout can now run GGUF models locally. You can download and run your favorite models with minimal configuration.
|
|
1138
1131
|
|
|
@@ -1244,7 +1237,7 @@ while True:
|
|
|
1244
1237
|
|
|
1245
1238
|
```
|
|
1246
1239
|
|
|
1247
|
-
##
|
|
1240
|
+
## GGUF
|
|
1248
1241
|
|
|
1249
1242
|
Webscout provides tools to convert and quantize Hugging Face models into the GGUF format for use with offline LLMs.
|
|
1250
1243
|
|
|
@@ -1283,21 +1276,22 @@ autollama.main(model_path, gguf_file)
|
|
|
1283
1276
|
**Command Line Usage:**
|
|
1284
1277
|
|
|
1285
1278
|
* **GGUF Conversion:**
|
|
1279
|
+
|
|
1286
1280
|
```bash
|
|
1287
1281
|
python -m webscout.Extra.gguf -m "OEvortex/HelpingAI-Lite-1.5T" -u "your_username" -t "your_hf_token" -q "q4_k_m,q5_k_m"
|
|
1288
1282
|
```
|
|
1289
1283
|
|
|
1290
1284
|
* **Autollama:**
|
|
1285
|
+
|
|
1291
1286
|
```bash
|
|
1292
1287
|
python -m webscout.Extra.autollama -m "OEvortex/HelpingAI-Lite-1.5T" -g "HelpingAI-Lite-1.5T.q4_k_m.gguf"
|
|
1293
1288
|
```
|
|
1294
1289
|
|
|
1295
|
-
**Note:**
|
|
1290
|
+
**Note:**
|
|
1296
1291
|
|
|
1297
1292
|
* Replace `"your_username"` and `"your_hf_token"` with your actual Hugging Face credentials.
|
|
1298
1293
|
* The `model_path` in `autollama` is the Hugging Face model ID, and `gguf_file` is the GGUF file ID.
|
|
1299
1294
|
|
|
1300
|
-
|
|
1301
1295
|
<div align="center">
|
|
1302
1296
|
<!-- Replace `#` with your actual links -->
|
|
1303
1297
|
<a href="https://t.me/official_helpingai"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
|
|
@@ -1308,13 +1302,13 @@ autollama.main(model_path, gguf_file)
|
|
|
1308
1302
|
|
|
1309
1303
|
<div align="center">
|
|
1310
1304
|
<!-- Replace `#` with your actual links -->
|
|
1311
|
-
<a href="https://youtube.com/@OEvortex">▶️ Vortex's YouTube Channel</a>
|
|
1305
|
+
<a href="https://youtube.com/@OEvortex">▶️ Vortex's YouTube Channel</a>
|
|
1312
1306
|
</div>
|
|
1313
1307
|
<div align="center">
|
|
1314
|
-
<a href="https://youtube.com/@devsdocode">▶️ Devs Do Code's YouTube Channel</a>
|
|
1308
|
+
<a href="https://youtube.com/@devsdocode">▶️ Devs Do Code's YouTube Channel</a>
|
|
1315
1309
|
</div>
|
|
1316
1310
|
<div align="center">
|
|
1317
|
-
<a href="https://t.me/ANONYMOUS_56788">📢 Anonymous Coder's Telegram</a>
|
|
1311
|
+
<a href="https://t.me/ANONYMOUS_56788">📢 Anonymous Coder's Telegram</a>
|
|
1318
1312
|
</div>
|
|
1319
1313
|
|
|
1320
1314
|
## 🤝 Contributing
|
|
@@ -1327,7 +1321,6 @@ Contributions are welcome! If you'd like to contribute to Webscout, please follo
|
|
|
1327
1321
|
4. Push your branch to your forked repository.
|
|
1328
1322
|
5. Submit a pull request to the main repository.
|
|
1329
1323
|
|
|
1330
|
-
|
|
1331
1324
|
## 🙏 Acknowledgments
|
|
1332
1325
|
|
|
1333
1326
|
* All the amazing developers who have contributed to the project!
|