v0.7.3 (#3067)

* refactor: revert BaseClient to use node-fetch instead of undici

* chore: bump version

* chore: update npm dependencies to latest versions

* chore: fix custom footer
This commit is contained in:
Danny Avila 2024-06-15 12:17:10 -04:00 committed by GitHub
parent 8d8b17e7ed
commit 0294cfc881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 27 additions and 28 deletions

View file

@ -44,9 +44,9 @@ export default function Footer({ className }: { className?: string }) {
const mainContentParts = (
typeof config?.customFooter === 'string'
? config.customFooter
: '[<LibreChat ' +
: '[LibreChat ' +
Constants.VERSION +
'>](https://librechat.ai) - ' +
'](https://librechat.ai) - ' +
localize('com_ui_pay_per_call')
).split('|');