All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:30, 17 April 2024 DodoMan talk contribs created page User:DodoMan/chatbot.js (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 = '#...")