mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: emoji generation
This commit is contained in:
@@ -122,6 +122,7 @@ from open_webui.utils.task import (
|
||||
moa_response_generation_template,
|
||||
tags_generation_template,
|
||||
search_query_generation_template,
|
||||
emoji_generation_template,
|
||||
title_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}}"""
|
||||
'''
|
||||
content = title_generation_template(
|
||||
content = emoji_generation_template(
|
||||
template,
|
||||
form_data["prompt"],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user