mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-26 12:24:10 +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
|
|
@ -15,7 +15,6 @@ const E2BTools = require('./structured/E2BTools');
|
|||
const CodeSherpa = require('./structured/CodeSherpa');
|
||||
const CodeSherpaTools = require('./structured/CodeSherpaTools');
|
||||
const availableTools = require('./manifest.json');
|
||||
const CodeInterpreter = require('./CodeInterpreter');
|
||||
const CodeBrew = require('./CodeBrew');
|
||||
|
||||
module.exports = {
|
||||
|
|
@ -36,6 +35,5 @@ module.exports = {
|
|||
ChatTool,
|
||||
CodeSherpa,
|
||||
CodeSherpaTools,
|
||||
CodeInterpreter,
|
||||
CodeBrew,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue