diff --git a/wwwroot/api/llm_launch_check_api.dspy b/wwwroot/api/llm_launch_check_api.dspy index 46f7bde..74c6017 100644 --- a/wwwroot/api/llm_launch_check_api.dspy +++ b/wwwroot/api/llm_launch_check_api.dspy @@ -6,8 +6,7 @@ if not llmid: if action == 'check': # Return check results - from datetime import date - today = date.today().isoformat() + today = curDateString()[:10] env = request._run_ns result = {'llmid': llmid, 'checks': [], 'all_passed': True}