LibreChat/api
Danny Avila ae5b7d3d53
fix(PluginsClient.js): fix ChatOpenAI Azure Config Issue (#812)
* fix(PluginsClient.js): fix issue with creating LLM when using Azure

* chore(PluginsClient.js): omit azure logging

* refactor(PluginsClient.js): simplify assignment of azure variable

The code was simplified by directly assigning the value of `this.azure` to the `azure` variable using object destructuring. This makes the code cleaner and more concise.
2023-08-15 18:27:54 -04:00
..
app fix(PluginsClient.js): fix ChatOpenAI Azure Config Issue (#812) 2023-08-15 18:27:54 -04:00
lib fix(db/indexSync.js): update import paths for Conversation and Message models 2023-07-28 13:42:39 -04:00
middleware fix: Corrected Registration Validation, Case-Insensitive Variable Handling, Playwright workflow (#805) 2023-08-14 09:45:44 -04:00
models added the dot (.) username rules (#787) 2023-08-11 13:02:52 -04:00
server chore: Translation Fixes, Lint Error Corrections, and Additional Translations (#788) 2023-08-14 11:51:03 -04:00
strategies added the dot (.) username rules (#787) 2023-08-11 13:02:52 -04:00
test refactor: Client Classes & Azure OpenAI as a separate Endpoint (#532) 2023-07-03 16:51:12 -04:00
utils Feat email password reset (#730) 2023-07-31 22:37:46 -04:00
jest.config.js ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
package.json Release 0.5.7 (#780) 2023-08-09 12:22:05 -04:00