Skip to content

Commit e603bbe

Browse files
committed
🐛 Avoid recording sensitive information.
1 parent 00a1d5a commit e603bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/services/model_health_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ async def embedding_dimension_check(model_config: dict):
292292
return dimension
293293
except Exception as e:
294294
logger.warning(
295-
f"UNCONNECTED: {model_name}; Base URL: {model_base_url}; API Key: {model_api_key}; Error: {str(e)}")
295+
f"UNCONNECTED: {model_name}; Base URL: {model_base_url}; Error: {str(e)}")
296296
return 0

0 commit comments

Comments
 (0)