mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-10 01:52:37 +01:00
feat: Add configurable thinking indicator text
- Add thinkingIndicatorText field to interface configuration schema - Update ContentParts component to use configurable text instead of hardcoded translation - Update example config with new option - Maintain backward compatibility by falling back to default translation
This commit is contained in:
parent
341435fb25
commit
d6500f7eb3
3 changed files with 5 additions and 1 deletions
|
|
@ -550,6 +550,7 @@ export const interfaceSchema = z
|
|||
.optional(),
|
||||
fileSearch: z.boolean().optional(),
|
||||
fileCitations: z.boolean().optional(),
|
||||
thinkingIndicatorText: z.string().optional(),
|
||||
})
|
||||
.default({
|
||||
endpointsMenu: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue