rogerxavier commited on
Commit
21d7e12
1 Parent(s): 598f79e

Update 3mergeDialogToVideo.py

Browse files
Files changed (1) hide show
  1. 3mergeDialogToVideo.py +1 -1
3mergeDialogToVideo.py CHANGED
@@ -185,7 +185,7 @@ def gpt_polish(text:str)->"通过gpt润色str文案并返回str新文案,或者g
185
  data = {
186
  'model': 'gpt-3.5-turbo', # Replace with your chosen model
187
  'messages': [
188
- {'role': 'system', 'content': "你是一个assistant,能够根据user发送的漫画中提取的文字,生成一个短视频中一帧的三人称文案(1-2句话)"},
189
  {'role': 'user', 'content': text}
190
  ]
191
  }
 
185
  data = {
186
  'model': 'gpt-3.5-turbo', # Replace with your chosen model
187
  'messages': [
188
+ {'role': 'system', 'content': "你是一个assistant,能够根据user发送的漫画中提取的对话文字,生成一个短视频中一帧的文案(1-2句话)"},
189
  {'role': 'user', 'content': text}
190
  ]
191
  }