mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 11:20:15 +01:00
refactor(PluginsClient.js): remove unnecessary console.debug statement
This commit is contained in:
parent
5ad0ef331f
commit
b6a2634a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ Only respond with your conversational reply to the following User Message:
|
|||
|
||||
if (this.options.debug) {
|
||||
console.debug('createLLM: configOptions');
|
||||
console.debug(configOptions, credentials);
|
||||
console.debug(configOptions);
|
||||
}
|
||||
|
||||
return new ChatOpenAI({ credentials, configuration, ...modelOptions }, configOptions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue