mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 14:18:51 +01:00
🔧 fix: Add modelLabel to OpenAIClient and PluginsClient options (#4995)
This commit is contained in:
parent
f15035542f
commit
6ef05dd2e6
3 changed files with 3 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ describe('OpenAIClient', () => {
|
|||
it('should return the correct save options', () => {
|
||||
const options = client.getSaveOptions();
|
||||
expect(options).toHaveProperty('chatGptLabel');
|
||||
expect(options).toHaveProperty('modelLabel');
|
||||
expect(options).toHaveProperty('promptPrefix');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue