chatcraft.org icon indicating copy to clipboard operation
chatcraft.org copied to clipboard

Developer-oriented ChatGPT clone

Results 101 chatcraft.org issues
Sort by recently updated
recently updated
newest added

Let's say that I'm wanting to discuss a pice of code with ChatCraft. Further, let's say that this code is available on GitHub. Maybe this file: https://github.com/tarasglek/chatcraft.org/blob/main/src/lib/summarize.ts I can easily...

Currently when a function call hangs(eg promise doesn't return), there is no way to abort it.\\ Would be interesting to also enable functions to stream their output to have full...

My hack to run code within browser is fantastic to play with code, but it's very ugly compared to how @humphd implemented function-calling. I would like to see: or when...

1) We currently scan messages for `@fn-url:..` to identify function calls... We should replace the url with function name when we serialize msgs to send to openai. It's not at...

help wanted
good first issue

> [mf:inf] PUT /api/share/chatcraft_dev/uwiryp_qVmBZ7khs0ThnQ 200 OK (17ms) Your worker created multiple branches of a single stream (for instance, by calling `response.clone()` or `request.clone()`) but did not read the body of...

With functions it's easy to blow past all context limits. Atm i delete messages one by one once i feel I have too many. 1) Add "Delete Messages After This"...

This seems like it would enable us to kill 2 birds with one stone: 1) UI test 2) Produce screenshots for tutorials and videos https://docs.cypress.io/guides/guides/screenshots-and-videos https://www.youtube.com/watch?v=hX9Br8QSYgc&t=391s

From Discord: > we could add a feature in the chatcraft ui to notify of releases. eg a little notification icon in top right or something to also gather feedback...

openrouter has an api endpoint to see how much credit is left. this might actually be more useful than toktoken for counting costs. `/api/v1/auth/key` with the token

Would be nice to edit markdown tables and other weird markdown features via chatcraft Currently we can render headings, bullets, but not tables when in ```markdown