correct getBlogComment
Browse files- front/src/utils/prompts.ts +3 -3
- index.html +0 -0
front/src/utils/prompts.ts
CHANGED
|
@@ -120,9 +120,9 @@ Be informative, but keep it engaging, add a little bit of fun, and make it sound
|
|
| 120 |
// not actually a prompt, but a template
|
| 121 |
export const getBlogComment = (filename: string) =>
|
| 122 |
`
|
| 123 |
-
๐ป ๐๏ธ Hey, I
|
| 124 |
|
| 125 |
-
<audio controls src="
|
| 126 |
|
| 127 |
-
*This podcast is generated via [ngxson/kokoro-podcast-generator](https://huggingface.co/spaces/ngxson/kokoro-podcast-generator), using DeepSeek-R1 and Kokoro-TTS
|
| 128 |
`.trim();
|
|
|
|
| 120 |
// not actually a prompt, but a template
|
| 121 |
export const getBlogComment = (filename: string) =>
|
| 122 |
`
|
| 123 |
+
๐ป ๐๏ธ Hey, I generated an **AI podcast** about this blog post, check it out!
|
| 124 |
|
| 125 |
+
<audio controls src="${filename}"></audio>
|
| 126 |
|
| 127 |
+
*This podcast is generated via [ngxson/kokoro-podcast-generator](https://huggingface.co/spaces/ngxson/kokoro-podcast-generator), using [DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1) and [Kokoro-TTS](https://huggingface.co/hexgrad/Kokoro-82M).*
|
| 128 |
`.trim();
|
index.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|