Roger Zurawicki
Roger Zurawicki
Hi Yancy. You need to install node.js then first run > node Then run var hanzi = require("hanzi");
You need to run that code inside of the node program. From your error, it looks like you are running the code in a command prompt. First type node to...
Hey guys, I see the issue is open so does that mean tests are still incomplete? Are you planning to move the tests to velocity (https://github.com/xolvio/velocity)? If so, I would...
I'll have more bandwidth these next two weekends. Roger On Wed, Nov 12, 2014 at 3:49 PM, Alexey Komissarouk [email protected] wrote: > ## @rzurawicki seeing how far we get in...
I like the PR as is. Like Greg said It's not the best UI, but it works. A small improvement is to have the text automatically copied to clipboard. Maybe...
What specific features are needed in the newer version of this OpenAI crate? I only want to upgrade if necessary because changing dependency versions can break consumers of this tiktoken-rs...
Thanks for the feedback. Makes sense to support a generic type here. I don't have bandwidth this weekend but PRs are welcome
Interesting find! Do you have a code snippet we can reproduce this issue with?
Hi @venual, I'm following up to see if this is still an issue
Thanks for the analysis @Sytten. Is there a specific code snipped we can use to build a regression test to make sure memory stays under a reasonable amount? How are...