#Bing Search Tool

1 messages · Page 1 of 1 (latest)

jolly leaf
#

Hello. Langchain has a Bing Search Tool already that I'd like to expose in LibreChat. The LibreChat wasn't very helpful for me. Can anyone suggest an example I can follow to do this?

glass agate
jolly leaf
glass agate
glass agate
#

you need to select the plugin endpoint, or assistants

jolly leaf
#

... ah, I know what I did wrong. I removed it in the .env when debugging Azure.

glass agate
#

not google, that's for gemini

#

you need assistants or gptPlugins

jolly leaf
#

Oh, I see. So my Azure OpenAI region needs to support assistants?

glass agate
#

yes,
or you can configure plugins to use azure

jolly leaf
#

... guess not that. I still don;t see plugins

glass agate
#

didn't you add "gptPlugins" to the list of endpoints? It should show up no matter if you configured it or not

jolly leaf
#

I didn't think that was relevant for Azure. I'm trying only to use Azure OpenAI.

glass agate
#

gptPlugins can work with Azure

#

you need to add it if you want the regular "plugin" endpoint

#

gptPlugins is this

#

(works with either OpenAI or Azure)

jolly leaf
#

Got it. Thanks. So I see that now... but not Google Search. That is my ultimate goal here is enabling web search. Eventually using Azure Bing Web Search.... but for now Google is fine.

#

... Oh, I see. I then install the plugin... sorry... new to this. Just discovered Librechat last night.

#

Getting closer...

jolly leaf
#

I'm assuming the plugins are langchain tools/agent stuff... so my model shouldn't matter. Not sure why I am getting this error. Any thoughts would be appreciated.