mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
bug fix: remove 3rd party code interpreter (#1306)
This commit is contained in:
parent
4d528efaf6
commit
b822cd48d2
7 changed files with 0 additions and 149 deletions
|
|
@ -7,7 +7,6 @@ const { Calculator } = require('langchain/tools/calculator');
|
|||
const { WebBrowser } = require('langchain/tools/webbrowser');
|
||||
const {
|
||||
availableTools,
|
||||
CodeInterpreter,
|
||||
AIPluginTool,
|
||||
GoogleSearchAPI,
|
||||
WolframAlphaAPI,
|
||||
|
|
@ -96,7 +95,6 @@ const loadTools = async ({
|
|||
}) => {
|
||||
const toolConstructors = {
|
||||
calculator: Calculator,
|
||||
codeinterpreter: CodeInterpreter,
|
||||
google: GoogleSearchAPI,
|
||||
wolfram: functions ? StructuredWolfram : WolframAlphaAPI,
|
||||
'dall-e': OpenAICreateImage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue