mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-14 21:36:51 +08:00
feat: add current time tool in universal chat agent (#659)
This commit is contained in:
@@ -39,7 +39,7 @@ SUPPORT_AGENT_MODELS = [
|
||||
"gpt-3.5-turbo-16k",
|
||||
]
|
||||
|
||||
SUPPORT_TOOLS = ["dataset", "google_search", "web_reader", "wikipedia"]
|
||||
SUPPORT_TOOLS = ["dataset", "google_search", "web_reader", "wikipedia", "current_datetime"]
|
||||
|
||||
|
||||
class AppModelConfigService:
|
||||
|
||||
Reference in New Issue
Block a user