Markprompt: Open-Source GPT-4 for Markdown, Markdoc and MDX
1–4 of 4 posts
Re: Markprompt: Open-Source GPT-4 for Markdown, Markdoc and MDX
#2How does this compare to Copilot X for that same codebase?
Re: Markprompt: Open-Source GPT-4 for Markdown, Markdoc and MDX
#3How does this compare to Copilot X for that same codebase?
Haven't made a comparison yet but would love to hear about any findings. So far, for the intended use cases, meaning narrative docs with lots of text, images and code, it works really well. We're still breaking up the Markdown into sections and comparing embeddings as this strikes a good balance between performance and cost, but will also plan to let users experiment with other approaches, such as sending entire corpuses of text to GPT-4.
Re: Markprompt: Open-Source GPT-4 for Markdown, Markdoc and MDX
#4How does this compare to Copilot X for that same codebase?
Also for now, our main focus has been on the DX: how can we provide simplest way for adding a prompt to an existing docs website, which also has great UX for end users reading them.