mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-09-10 11:50:34 +08:00
chore: mount retry (#9)
This commit is contained in:
@@ -44,8 +44,6 @@ export default {
|
||||
subtitleContent += subtitleData.substring(0, subtitleData.indexOf('<')) + ','
|
||||
}
|
||||
|
||||
await new Promise((r) => setTimeout(r, 1000))
|
||||
|
||||
return cropText(
|
||||
`Provide a brief summary of the video using concise language and incorporating the video title.` +
|
||||
`The video title is:"${title}".The subtitle content is as follows:\n${subtitleContent}`,
|
||||
|
||||
Reference in New Issue
Block a user