mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
feat: CodeBrew Plugin (#931)
* Added CodeBrew Plugin. * fix: CodeBrew import in index.js --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com>
This commit is contained in:
parent
d003d7b16e
commit
e4843c4680
4 changed files with 45 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ const {
|
|||
E2BTools,
|
||||
CodeSherpa,
|
||||
CodeSherpaTools,
|
||||
CodeBrew,
|
||||
} = require('../');
|
||||
const { loadSpecs } = require('./loadSpecs');
|
||||
const { loadToolSuite } = require('./loadToolSuite');
|
||||
|
|
@ -100,6 +101,7 @@ const loadTools = async ({
|
|||
'dall-e': OpenAICreateImage,
|
||||
'stable-diffusion': functions ? StructuredSD : StableDiffusionAPI,
|
||||
'azure-cognitive-search': functions ? StructuredACS : AzureCognitiveSearch,
|
||||
CodeBrew: CodeBrew,
|
||||
};
|
||||
|
||||
const openAIApiKey = await getOpenAIKey(options, user);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue