chatcraft.org
chatcraft.org copied to clipboard
Developer-oriented ChatGPT clone
I was thinking of how to handle running out of context and excessive message histories for code generation. I think only way out is to add ask gpt to generate...
We have a very basic summarizer in https://github.com/tarasglek/chatcraft.org/blob/main/src/lib/summarize.ts. It's meant to be small (no deps, runs in browser) and "good enough." We use it to generate summaries to display in...
Taras keeps pasting links to old code that has some neat back-end stuff, see: https://github.com/tarasglek/chatcraft.org/tree/old/functions The whole [old](https://github.com/tarasglek/chatcraft.org/tree/old) branch is interesting. It might help with #34.
1. Refactor aider code map to allow using it without rest of aider logic..so aider could serve the map and indiv files and indiv functions..eg model could ask..show me code...
Spin-off from https://github.com/tarasglek/chatcraft.org/pull/664#issuecomment-2242881213 Not all models support the same features. For example, some can handle images or audio, some can do function calling, etc. However, you have to know about...
Based on blog post in https://huggingface.co/blog/Xenova/run-gemini-nano-in-your-browser Got incremental completions working with local chrome llm, just like upstream openai. Note this branch is a hack that calls local llm instead of...
Pointed @kjk at chatcraft and he made some notes as a new user. @kjk thank you for taking the time. Unsolicited feedback: I couldn't figure out how to use https://chatcraft.org/...
For reference openai assistants docs: https://platform.openai.com/docs/assistants/overview Assistants is a verbose wrapper over chat completion api..but it's a useful way to think about openai chat abstraction. 1. Lets change chatcraft backend...
I've been thinking for a long time to have a dedicated control that can stop text to speech announcements for a particular message, instead of having to disable and enable...
using gpt-4o, it always clips the response under [show more] block..but i can't expand it. Weirdest bug I've seen so far https://chatcraft.org/api/share/tarasglek/ffrwu1e_MacPyWd38itEe