User:Muffy/chatbot.js: Difference between revisions

From Test Wiki
Created page with "(function(){ // define constants const tokenLimit = 4096; const temperature = 0.5; const model = 'gpt-3.5-turbo'; const charLimit = tokenLimit * 5; // rough estimate const articleContextLimit = charLimit * 0.1; const historyLimit = charLimit * 0.2; const selectionLimit = charLimit * 0.25; const promptLimit = charLimit * 0.25; const backgroundColor = '#def'; const backgroundColorUser = '#ddd'; const backgroundColorBot = '#dfd'; const backgroundColorError = '#..."
 
m TheAstorPastor moved page User:DodoMan/chatbot.js to User:Muffy/chatbot.js: User rename: DodoMan → Muffy
 
(No difference)