mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 20:14:24 +01:00
fix: typo when including proxy for langchain (#653)
* fix(PluginsClient.js): change reverseProxyUrl variable to options.reverseProxyUrl * chore(.prettierrc.js): comment out tabWidth option in Prettier configuration
This commit is contained in:
parent
15987abe0a
commit
39ac8d3858
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
printWidth: 100,
|
||||
useTabs: false,
|
||||
tabWidth: 2,
|
||||
// tabWidth: 2,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
// bracketSpacing: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue