Feat: Add reasoning item to chat configuration modal #5173 (#5177)

### What problem does this PR solve?

Feat: Add reasoning item to chat configuration modal #5173

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-20 14:05:52 +08:00
committed by GitHub
parent 39b96849a9
commit f52970b038
4 changed files with 17 additions and 0 deletions

View File

@ -527,6 +527,9 @@ This procedure will improve precision of retrieval by adding more information to
'Allows sentence rewriting with the specified language or defaults to the latest question if not selected.',
avatarHidden: 'Hide avatar',
locale: 'Locale',
reasoning: 'Reasoning',
reasoningTip:
'It will trigger reasoning process like Deepseek-R1/OpenAI o1. Integrates an agentic search process into the reasoning workflow, allowing models itself to dynamically retrieve external knowledge whenever they encounter uncertain information.',
},
setting: {
profile: 'Profile',