mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-09-20 05:33:35 +00:00
8 lines
233 B
TypeScript
8 lines
233 B
TypeScript
![]() |
export const variableEnabledFieldMap = {
|
||
|
temperatureEnabled: 'temperature',
|
||
|
topPEnabled: 'top_p',
|
||
|
presencePenaltyEnabled: 'presence_penalty',
|
||
|
frequencyPenaltyEnabled: 'frequency_penalty',
|
||
|
maxTokensEnabled: 'max_tokens',
|
||
|
};
|