Files
ragflow_python/web/src/pages/chat/chat-configuration-modal/constants.ts

8 lines
233 B
TypeScript
Raw Normal View History

export const variableEnabledFieldMap = {
temperatureEnabled: 'temperature',
topPEnabled: 'top_p',
presencePenaltyEnabled: 'presence_penalty',
frequencyPenaltyEnabled: 'frequency_penalty',
maxTokensEnabled: 'max_tokens',
};