删除无用的AI调用逻辑

This commit is contained in:
liuwei
2025-06-04 11:03:56 +08:00
parent 8de323ba6d
commit 3e419fba22
5 changed files with 71 additions and 81 deletions

View File

@@ -6,7 +6,7 @@ Created Date: 2024-01-21
Last Modified: 2024-03-24
Modified by: MrCrawL
"""
from utils.ai.dify_news_analyze import dify_news_title_analyze
from plugins.global_news.dify_news_analyze import dify_news_title_analyze
from utils.markdown_to_image import convert_md_str_to_image
'''Existing problem: text with hyperlink won't be saved'''
@@ -15,8 +15,6 @@ import requests
from time import localtime, sleep
from lxml import etree
from loguru import logger
from datetime import datetime
# 请求配置
HEADERS = {

View File

@@ -11,7 +11,6 @@ import requests
from lxml import etree
from base import func_english_news
from utils.ai.dify_news_analyze import dify_news_title_analyze
class News(object):