chatcraft.org
chatcraft.org copied to clipboard
Developer-oriented ChatGPT clone
They offer free models for non-prod usage. this is a 104B, way better than other free models ```bash curl --request POST \ --url https://api.cohere.ai/v1/chat \ --header 'accept: application/json' \ --header...
We should reuse the same state in retry-with as we have in general model selection menu. Eg if i type 22b, both menus should be filtered by that.. cc @Rachit1313...
The Settings modal used to be the place where you changed the model you were using: However, this is no longer true, since we have the "Ask" button and menu....
https://github.com/tarasglek/chatcraft.org/pull/493#issuecomment-1994862555
Similar to the work that's happening in #286, where we can attach image files, I'd like to be able to attach arbitrary file types and be able to then include...
Follow up issue from #600 In PromptSendButton.jsx, We are currently storing the state twice and dave wants us to refactor the code so that we just store the state once...
As seen in the triage meeting today, share message functionality is not working. but when we try to access the link through the browser, we can access it. https://chatcraft.org/c/Rachit1313/PQUBdxiCfurVDME4UDYwN
Currently when a new user comes to ChatCraft.org, they won't have an API Key installed. We immediately hit you with a screen asking you to enter your key. If you...
Lets make it look something like: + Models (put the temperature setting and add free provider button here) - free - openai - openrouter + WebHandlers + UI Customization (all...
ChatCraft render previews of [Mermaid](https://chatcraft.org/api/share/rjwignar/-AW3hvL0GI29p8hep4z3a) and Nomnoml. However, I noticed we don't render [Markdown](https://chatcraft.org/c/rjwignar/9Dkbq_a17U4Grso2WQutb): https://github.com/tarasglek/chatcraft.org/blob/7cc1e2f3ec1aaf77014a56703d7d8e77c706f72d/src/components/Markdown.tsx#L98-L117 Is this a feature we would like to see?