PLUGIN
Report13 Downloads
A LM studio plugin to allow your LLM to search the web to get up to date and relevant information
Project Files
README.md
Gives your local LLMs access to web search and content extraction powered by Valyu's API.
✅ With Valyu Plugin | ❌ Without Valyu Plugin |
![]() | ![]() |
✨ Real-time Apple stock prices 📊 Actual financial data from September 2025 🎯 Precise daily closing prices | ❓ Can't access current data 📚 Only suggests where to look ⏰ No real-time information |
✅ With Valyu Plugin | ❌ Without Valyu Plugin |
![]() | ![]() |
🔬 Latest quantum computing breakthroughs 📰 Real news from September 2025 🌐 Access to current research papers | 📅 Stuck in 2023-2024 (knowledge cutoff) 🤔 Makes up plausible-sounding info ❌ No access to recent developments |
Transform your local LLM from a knowledge cutoff prisoner to a real-time information powerhouse! The Valyu plugin bridges the gap between your local AI and the live web, giving you access to current stock prices, latest news, academic papers, and any webpage content - all while keeping your LLM running locally.
# After cloning, just run: ./setup.sh
That's it! The script will:
Follow the instructions at the end.
Once the plugin is running, you'll see the Valyu tool automatically appear in your LMStudio chat:
# 1. Clone repository git clone [repository-url] cd valyu # 2. Add your API key echo "VALYU_API_KEY=your_key_here" > .env # 3. Build and install npm install npx tsc cp -r . ~/.lmstudio/extensions/plugins/lmstudio/valyu # 4. Run plugin server (keep running!) cd ~/.lmstudio/extensions/plugins/lmstudio/valyu lms dev
Once installed and running, your LLM can:
Use valyu_deepsearch to find recent news about artificial intelligence
Use valyu_contents to get the full content from https://example.com
Plugin not showing?
lms dev
is running in a terminalAPI key error?
.env
file exists in the plugin folder with your keyISC
README.md
Gives your local LLMs access to web search and content extraction powered by Valyu's API.
✅ With Valyu Plugin | ❌ Without Valyu Plugin |
![]() | ![]() |
✨ Real-time Apple stock prices 📊 Actual financial data from September 2025 🎯 Precise daily closing prices | ❓ Can't access current data 📚 Only suggests where to look ⏰ No real-time information |
✅ With Valyu Plugin | ❌ Without Valyu Plugin |
![]() | ![]() |
🔬 Latest quantum computing breakthroughs 📰 Real news from September 2025 🌐 Access to current research papers | 📅 Stuck in 2023-2024 (knowledge cutoff) 🤔 Makes up plausible-sounding info ❌ No access to recent developments |
Transform your local LLM from a knowledge cutoff prisoner to a real-time information powerhouse! The Valyu plugin bridges the gap between your local AI and the live web, giving you access to current stock prices, latest news, academic papers, and any webpage content - all while keeping your LLM running locally.
# After cloning, just run: ./setup.sh
That's it! The script will:
Follow the instructions at the end.
Once the plugin is running, you'll see the Valyu tool automatically appear in your LMStudio chat:
# 1. Clone repository git clone [repository-url] cd valyu # 2. Add your API key echo "VALYU_API_KEY=your_key_here" > .env # 3. Build and install npm install npx tsc cp -r . ~/.lmstudio/extensions/plugins/lmstudio/valyu # 4. Run plugin server (keep running!) cd ~/.lmstudio/extensions/plugins/lmstudio/valyu lms dev
Once installed and running, your LLM can:
Use valyu_deepsearch to find recent news about artificial intelligence
Use valyu_contents to get the full content from https://example.com
Plugin not showing?
lms dev
is running in a terminalAPI key error?
.env
file exists in the plugin folder with your keyISC