ngxson HF staff commited on
Commit
0a801cd
ยท
1 Parent(s): 983ba85

correct getBlogComment

Browse files
Files changed (2) hide show
  1. front/src/utils/prompts.ts +3 -3
  2. 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 made a podcast about this blog post, check it out!
124
 
125
- <audio controls src="https://huggingface.co/ngxson/hf-blog-podcast/resolve/main/${filename}"></audio>
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