删除无用的AI调用逻辑
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user