|
@@ -122,6 +122,7 @@ from open_webui.utils.task import (
|
|
moa_response_generation_template,
|
|
moa_response_generation_template,
|
|
tags_generation_template,
|
|
tags_generation_template,
|
|
search_query_generation_template,
|
|
search_query_generation_template,
|
|
|
|
+ emoji_generation_template,
|
|
title_generation_template,
|
|
title_generation_template,
|
|
tools_function_calling_generation_template,
|
|
tools_function_calling_generation_template,
|
|
)
|
|
)
|
|
@@ -1718,7 +1719,7 @@ Your task is to reflect the speaker's likely facial expression through a fitting
|
|
|
|
|
|
Message: """{{prompt}}"""
|
|
Message: """{{prompt}}"""
|
|
'''
|
|
'''
|
|
- content = title_generation_template(
|
|
|
|
|
|
+ content = emoji_generation_template(
|
|
template,
|
|
template,
|
|
form_data["prompt"],
|
|
form_data["prompt"],
|
|
{
|
|
{
|