We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1012b3a commit a71cf5aCopy full SHA for a71cf5a
migrate/migrate-bot.ts
@@ -111,15 +111,15 @@ async function convertToMDX(
111
body: JSON.stringify({
112
model: MODEL_NAME,
113
messages: [
114
- { role: "system", content: prompt },
+ { role: "user", content: prompt },
115
{
116
role: "user",
117
content: `
118
-// Convert the following HTML content from cppreference.com into MDX format suitable for CppDoc.
119
-// Title: ${title}
120
// URL: ${url}
121
// HTML Content:
122
${html}
+
+// Converted MDX Content without using html tags, only using CppDoc components and markdown syntax:
123
`,
124
},
125
],
0 commit comments