Different types of base models adapted for each agent.
This commit is contained in:
@@ -14,6 +14,13 @@ from .keyword_optimizer import (
|
||||
KeywordOptimizationResponse,
|
||||
keyword_optimizer
|
||||
)
|
||||
from .sentiment_analyzer import (
|
||||
WeiboMultilingualSentimentAnalyzer,
|
||||
SentimentResult,
|
||||
BatchSentimentResult,
|
||||
multilingual_sentiment_analyzer,
|
||||
analyze_sentiment
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"MediaCrawlerDB",
|
||||
@@ -22,5 +29,10 @@ __all__ = [
|
||||
"print_response_summary",
|
||||
"KeywordOptimizer",
|
||||
"KeywordOptimizationResponse",
|
||||
"keyword_optimizer"
|
||||
"keyword_optimizer",
|
||||
"WeiboMultilingualSentimentAnalyzer",
|
||||
"SentimentResult",
|
||||
"BatchSentimentResult",
|
||||
"multilingual_sentiment_analyzer",
|
||||
"analyze_sentiment"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user