mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
🧠 feat: Add minimal Reasoning Effort option
This commit is contained in:
parent
d95d8032cc
commit
c787515894
5 changed files with 7 additions and 3 deletions
|
|
@ -113,6 +113,7 @@ export enum ImageDetail {
|
|||
|
||||
export enum ReasoningEffort {
|
||||
none = '',
|
||||
minimal = 'minimal',
|
||||
low = 'low',
|
||||
medium = 'medium',
|
||||
high = 'high',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue