You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+0ms
minecraft-openai.api:log payload { prompt: '\n' + '// Go forward\n' + "bot.setControlState('forward', true);\n" + '\n' + '// Go back\n' + "bot.setControlState('back', true);\n" + '\n' + '// jump\n' + "bot.setControlState('jump', true);\n" + '\n' + '// Hello !\n' + 'bot.chat("Hello friend!");\n' + ' \n' + '// Hi how are you ?\n' + `bot.chat("I'm fine, thanks!");\n` + '\n' + "// What's your name ?\n" + 'bot.chat("My name is " + bot.username);\n' + '\n' + "// What's your favorite color ?\n" + 'bot.chat("I like red");\n' + '\n' + "// What's your favorite conference?\n" + 'bot.chat("Devoxx France, of course!");\n' + ' \n' + '// hello\n', max_tokens: 300, temperature: 0, stop: '//', n: 1 } +27s
minecraft-openai.api:log context:
minecraft-openai.api:log
// Go forward
bot.setControlState('forward', true);
// Go back
bot.setControlState('back', true);
// jump
bot.setControlState('jump', true);
// Hello !
bot.chat("Hello friend!");
// Hi how are you ?
bot.chat("I'm fine, thanks!");
// What's your name ?
bot.chat("My name is " + bot.username);
// What's your favorite color ?
bot.chat("I like red");
// What's your favorite conference?
bot.chat("Devoxx France, of course!");
// hello
+1ms
minecraft-openai.api:error api response failed with statis Not Found +27s
minecraft-openai.bot:log OpenAI response was empty. Ignore. +189ms