forked from Rockachopa/Timmy-time-dashboard
Add pre-commit hook enforcing 30s test suite time limit (#132)
This commit is contained in:
committed by
GitHub
parent
aff3edb06a
commit
2b97da9e9c
@@ -45,7 +45,7 @@ async def mobile_local_dashboard(request: Request):
|
||||
"browser_model_id": settings.browser_model_id,
|
||||
"browser_model_fallback": settings.browser_model_fallback,
|
||||
"server_model": settings.ollama_model,
|
||||
"page_title": "Timmy — Local AI",
|
||||
"page_title": "Local AI",
|
||||
},
|
||||
)
|
||||
|
||||
@@ -71,7 +71,7 @@ async def mobile_status():
|
||||
return {
|
||||
"ollama": "up" if ollama_ok else "down",
|
||||
"model": settings.ollama_model,
|
||||
"agent": "timmy",
|
||||
"agent": "default",
|
||||
"ready": True,
|
||||
"browser_model_enabled": settings.browser_model_enabled,
|
||||
"browser_model_id": settings.browser_model_id,
|
||||
|
||||
Reference in New Issue
Block a user