Spaces:
Sleeping
Sleeping
test
Browse files
mysite/interpreter/prompt.py
CHANGED
@@ -87,4 +87,4 @@ def prompt_genalate(word,sys_prompt="あなたはプロンプト作成の優秀
|
|
87 |
print("User: ", user_question)
|
88 |
print("Assistant:", response)
|
89 |
|
90 |
-
return user_question+"\r\n[役割]\r\n"+response
|
|
|
87 |
print("User: ", user_question)
|
88 |
print("Assistant:", response)
|
89 |
|
90 |
+
return user_question,user_question+"\r\n[役割]\r\n"+response
|