mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🏷️ fix: Ensure modelLabel Field Usage for ModelSpecs/GPTPlugins (#4224)
This commit is contained in:
parent
321260e3c7
commit
6f498eee0f
4 changed files with 20 additions and 10 deletions
|
|
@ -199,8 +199,8 @@ class OpenAIClient extends BaseClient {
|
|||
model: this.modelOptions.model,
|
||||
endpoint: this.options.endpoint,
|
||||
endpointType: this.options.endpointType,
|
||||
chatGptLabel: this.options.chatGptLabel,
|
||||
modelDisplayLabel: this.options.modelDisplayLabel,
|
||||
chatGptLabel: this.options.chatGptLabel || this.options.modelLabel,
|
||||
});
|
||||
|
||||
this.userLabel = this.options.userLabel || 'User';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue