Local Token Caching and Call Stack options #61
versoindustries
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My concept is pretty simple, I want to cache tokens locally to reduce input tokens on the other end. The other feature I want add in is the ability to input active debugging session info like the call stack and problems. It'd also be great if we could possibly start another project that allows parsing entire github repositories and then running these same commands. The main thing would be control over rate limiting, so being able to feed the entire dataset in and optimizing the feed rate of tokens through the api. It'd be the same usage either way, but would offer the ability to continue going once the rate limit is lifted.
I don't know typescript or javascript, just a few other languages. GPT suggests this:
Here is an example of how you can fetch the call stack and the current state of the debugging session in TypeScript:
Beta Was this translation helpful? Give feedback.
All reactions