'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
topP:'Top P',
topPTip:
'Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered.',
presencePenalty:'Presence penalty',
presencePenaltyTip:
'How much to penalize new tokens based on whether they appear in the text so far. Increases the model\'s likelihood to talk about new topics.',
frequencyPenalty:'Frequency penalty',
frequencyPenaltyTip:
'How much to penalize new tokens based on their existing frequency in the text so far. Decreases the model\'s likelihood to repeat the same line verbatim.',
maxToken:'Max token',
maxTokenTip:
'Max tokens generated is 2,048 or 4,000, depending on the model. Prompt and completion share this limit. One token is roughly 1 English character.',
desc:'The OpenAI hosting service provided by Dify allows you to use models such as GPT-3.5. Before your trial quota is used up, you need to set up other model providers.',
callTimes:'Call times',
usedUp:'Trial quota used up. Add own Model Provider.',
useYourModel:'Currently using own Model Provider.',
close:'Close',
},
encrypted:{
front:'Your API KEY will be encrypted and stored using',
back:' technology.',
}
},
about:{
changeLog:'Changlog',
updateNow:'Update now',
nowAvailable:'Dify {{version}} is now available.',
latestAvailable:'Dify {{version}} is the latest version available.',
},
appMenus:{
overview:'Overview',
promptEng:'Prompt Eng.',
apiAccess:'API Access',
logAndAnn:'Logs & Ann.',
},
environment:{
testing:'TESTING',
development:'DEVELOPMENT',
},
appModes:{
completionApp:'Text Generator',
chatApp:'Chat App',
},
datasetMenus:{
documents:'Documents',
hitTesting:'Hit Testing',
settings:'Settings',
emptyTip:'The data set has not been associated, please go to the application or plug-in to complete the association.',