lobehub/chat-plugin-search-engine

🧩 / 🔍 SearchEngine - This plugin allows for the use of the SerpApi search engine.

48

stars

70

commits

TypeScript

primary language

Jan 23, 2024

updated

search-engine.chat-plugin.lobehub.com
ai
chatgpt
function-calling
lobe-chat
lobe-chat-plugin
openai

README

Search Engine
LobeChat Plugin

This plugin allows for the use of the SerpApi search engine


Changelog · Report Bug · Request Feature

Table of contents

TOC

🤯 Usage

This is a function calling plugin for Lobe Chat, you can install it in plugin setting page.

📦 Plugin Ecosystem

Plugins provide a means to extend the Function Calling capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our 📘 Plugin Development Guide in the Wiki.

  • lobe-chat-plugins: This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for LobeChat to the user.
  • chat-plugin-template: This is the plugin template for LobeChat plugin development.
  • @lobehub/chat-plugin-sdk: The LobeChat Plugin SDK assists you in creating exceptional chat plugins for Lobe Chat.
  • @lobehub/chat-plugins-gateway: The LobeChat Plugins Gateway is a backend service that provides a gateway for LobeChat plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.

⌨️ Local Development

You can use Github Codespaces for online development:

Or clone it for local development:

$ git clone https://github.com/lobehub/chat-plugin-search-engine.git
$ cd chat-plugin-search-engine
$ bun install
$ bun dev

🤝 Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.

  • 🤖 Lobe Chat - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
  • 🧩 / 🏪 Plugin Index - This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for Function Calling to the user.


📝 License

Copyright © 2023 LobeHub.
This project is MIT licensed.

Contributors

arvinxx

33 commits

canisminor1990

14 commits

lobehubbot

2 commits

lobehub/chat-plugin-search-engine

🧩 / 🔍 SearchEngine - This plugin allows for the use of the SerpApi search engine.

48

stars

70

commits

TypeScript

primary language

Jan 23, 2024

updated

search-engine.chat-plugin.lobehub.com
ai
chatgpt
function-calling
lobe-chat
lobe-chat-plugin
openai

README

Search Engine
LobeChat Plugin

This plugin allows for the use of the SerpApi search engine


Changelog · Report Bug · Request Feature

Table of contents

TOC

🤯 Usage

This is a function calling plugin for Lobe Chat, you can install it in plugin setting page.

📦 Plugin Ecosystem

Plugins provide a means to extend the Function Calling capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our 📘 Plugin Development Guide in the Wiki.

  • lobe-chat-plugins: This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for LobeChat to the user.
  • chat-plugin-template: This is the plugin template for LobeChat plugin development.
  • @lobehub/chat-plugin-sdk: The LobeChat Plugin SDK assists you in creating exceptional chat plugins for Lobe Chat.
  • @lobehub/chat-plugins-gateway: The LobeChat Plugins Gateway is a backend service that provides a gateway for LobeChat plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.

⌨️ Local Development

You can use Github Codespaces for online development:

Or clone it for local development:

$ git clone https://github.com/lobehub/chat-plugin-search-engine.git
$ cd chat-plugin-search-engine
$ bun install
$ bun dev

🤝 Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.

  • 🤖 Lobe Chat - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
  • 🧩 / 🏪 Plugin Index - This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for Function Calling to the user.


📝 License

Copyright © 2023 LobeHub.
This project is MIT licensed.

Contributors

arvinxx

33 commits

canisminor1990

14 commits

lobehubbot

2 commits

Languages

TypeScript

94.1%

JavaScript

4.1%

Shell

1.8%