Update app.py
Browse files
app.py
CHANGED
@@ -187,6 +187,7 @@ def comment_generate(prompt, history,post_check,full_conv, agent_name=agents[0],
|
|
187 |
|
188 |
def reply_generate(prompt, history,post_check,full_conv, agent_name=agents[0], sys_prompt="", temperature=0.9, max_new_tokens=1028, top_p=0.95, repetition_penalty=1.0,):
|
189 |
#def question_generate(prompt, history):
|
|
|
190 |
print(post_check)
|
191 |
#full_conv=history
|
192 |
print(f'full_conv::\n{full_conv}')
|
|
|
187 |
|
188 |
def reply_generate(prompt, history,post_check,full_conv, agent_name=agents[0], sys_prompt="", temperature=0.9, max_new_tokens=1028, top_p=0.95, repetition_penalty=1.0,):
|
189 |
#def question_generate(prompt, history):
|
190 |
+
uid=uuid.uuid4()
|
191 |
print(post_check)
|
192 |
#full_conv=history
|
193 |
print(f'full_conv::\n{full_conv}')
|