feat: user_provided token for plugins, temp remove user_provided azure creds for Plugins until solution is made

This commit is contained in:
Danny Avila 2023-07-06 13:18:06 -04:00 committed by Danny Avila
parent 5b30ab5d43
commit 5ad0ef331f
7 changed files with 29 additions and 18 deletions

View file

@ -23,7 +23,7 @@ const initializeFunctionsAgent = async ({
tools,
model,
{
agentType: "openai-functions",
agentType: 'openai-functions',
memory,
...rest,
}