Ian Sinnott
Ian Sinnott
:+1: I've run across this issue as well. Currently we have to implement custom logic to manage time validity. Implementing an `isTimeValid` prop would be excellent.
With that invalid regex I was trying to trigger [this code path](https://github.com/technosophos/dashing/blob/master/dashing.go#L249).
Ah, interesting @fturcheti. thanks for the heads up that sounds like it might indeed be the issue. I ended up introducing a processing step for each HTML file _before_ running...
The server build should be relatively simple since it only requires typescript compilation (no bundling, and no Rust dependencies). Try building the server directly first: ``` pnpm i pnpm tsc...
Must be a bug. I added this when first creating prompta but haven't revisited in a while. it also never worked very well (at all?) on mobile safari if I...
@jacksongoode what platform / os are you on?
Truncation may be the simpler approach. Specify a truncation window and just use that
> What about removing the stop words? Hm, i wonder if that can be done in the browser. Despite having a desktop build this is entirely a frontend project—everything runs...
I've been experimenting with adding a vector DB in the hopes that having access to similarity search would allow some creative context compression via selecting only relevant messages to include...
Having explored the in-browser vector storage and come up short with Victor [1] I think the initial move will probably be a sliding window of chat history + summary of...