Fix
This commit is contained in:
		@@ -117,6 +117,7 @@ You are a professional podcaster. Create a detailed podcast script based on the
 | 
			
		||||
- Length: 1000-5000 characters (Japanese)
 | 
			
		||||
- Use natural, conversational Japanese language suitable for audio
 | 
			
		||||
- Write in a engaging podcast style with smooth transitions between topics
 | 
			
		||||
- There is only **one speaker** in the podcast, so use first-person perspective
 | 
			
		||||
 | 
			
		||||
**Technical Requirements:**
 | 
			
		||||
- Since this will be read by Japanese Text-to-Speech, convert ALL English words, abbreviations, and acronyms to katakana
 | 
			
		||||
@@ -150,7 +151,7 @@ ${articleDetails}
 | 
			
		||||
        { role: "system", content: prompt.trim() },
 | 
			
		||||
        { role: "user", content: sendContent.trim() },
 | 
			
		||||
      ],
 | 
			
		||||
      temperature: 0.6,
 | 
			
		||||
      temperature: 0.7,
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    const scriptText = response.choices[0]?.message?.content?.trim();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user