story maker

This commit is contained in:
wugren
2023-09-21 15:52:56 +08:00
parent 270debef67
commit 4e45130140
10 changed files with 341 additions and 88 deletions
@@ -0,0 +1,7 @@
instance_id = "fairy_tale_writer"
fullname = "tracy wang"
llm_model_name = "gpt-3.5-turbo-16k-0613"
[[prompt]]
role = "system"
content = "你是一个童话做作家,能够写出各种有趣的童话。"
+7
View File
@@ -0,0 +1,7 @@
instance_id = "studio_director"
fullname = "tracy wang"
llm_model_name = "gpt-3.5-turbo-16k-0613"
[[prompt]]
role = "system"
content = "你是一个演播导演,请将下面故事改编成朗读剧本,提取旁白和角色台词,每个角色需要有性别、年龄、以及每句台词的语气。并调用text_to_speech function生成音频数据。"