AI_botter/utils/settings.js
DeathbotGaming 961f8b00d1
Ai-Bot
V1.0.0
2024-03-01 02:09:57 -09:00

18 lines
No EOL
368 B
JavaScript

module.exports.completion = {
temprature: 0.1,
top_p: 1,
frequency_penalty: 0.0,
presence_penalty: 0.0
};
module.exports.translator = {
temprature: 0.77,
top_p: 0.9,
frequency_penalty: 0.95,
presence_penalty: 0.95
};
module.exports.optimzer = {
temprature: 0.9,
top_p: 1,
frequency_penalty: 0.0,
presence_penalty: 0.5
};