hi team, our integration with kimi k3 seems to not work properly
as i can't get it to output any response when it is asked something that requires lots of explaining
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat(`Tell me in detail what Rick and Morty is all about.`, {
model: 'moonshotai/kimi-k3',
}).then(puter.print);
</script>
</body>
</html>
btw, for simple prompt such as what is 1+1, it works just fine, so i imagine there's some issue with our max length

hi team, our integration with kimi k3 seems to not work properly
as i can't get it to output any response when it is asked something that requires lots of explaining
btw, for simple prompt such as what is 1+1, it works just fine, so i imagine there's some issue with our max length