Claude model supports system prompts.

This commit is contained in:
6vision
2024-10-27 21:37:58 +08:00
parent 84da0a8a35
commit d25cab0627
2 changed files with 7 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ def convert_webp_to_png(webp_image):
logger.error(f"Failed to convert WEBP to PNG: {e}")
raise
def remove_markdown_symbol(text: str):
# 移除markdown格式目前先移除**
if not text: