Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -832,7 +832,7 @@ def GGSearch(
|
|
832 |
history.append(("联网搜索结果:", GGSearchins))
|
833 |
|
834 |
#user_input =ggins1+ user_input+ "\n搜索结果:\n"+ GGSearchins
|
835 |
-
user_input ="根据如下主题:"+ user_input+ "\n
|
836 |
|
837 |
# 继续正常的 GPT 对话流程
|
838 |
yield from predict(
|
@@ -848,7 +848,7 @@ def GGSearch(
|
|
848 |
|
849 |
openOutlineins = """
|
850 |
"instruction": "现在你是是一个优秀的小说作家,请你按照小说的《标题》,根据模板给为一个提纲。学习下面的<context></context>里面的知识来完成编写。如果通过<context></context>的学习找不到答案,只需说你不知道。请不要编造答案。"
|
851 |
-
"input": "<context>模板:
|
852 |
"主人公有个什么样的目标,
|
853 |
他的阻碍是什么,
|
854 |
他如何努力去争取的,
|
|
|
832 |
history.append(("联网搜索结果:", GGSearchins))
|
833 |
|
834 |
#user_input =ggins1+ user_input+ "\n搜索结果:\n"+ GGSearchins
|
835 |
+
user_input ="根据如下主题:"+ user_input+ "\n概括下面的文字,使其易于阅读和理解。避免使用复杂的句子结构或技术术语,用1、2、3这种带序号的句子结构输出。\n"+ GGSearchins
|
836 |
|
837 |
# 继续正常的 GPT 对话流程
|
838 |
yield from predict(
|
|
|
848 |
|
849 |
openOutlineins = """
|
850 |
"instruction": "现在你是是一个优秀的小说作家,请你按照小说的《标题》,根据模板给为一个提纲。学习下面的<context></context>里面的知识来完成编写。如果通过<context></context>的学习找不到答案,只需说你不知道。请不要编造答案。"
|
851 |
+
"input": "<context>模板: _
|
852 |
"主人公有个什么样的目标,
|
853 |
他的阻碍是什么,
|
854 |
他如何努力去争取的,
|