This commit is contained in:
Timothy Jaeryang Baek
2025-02-13 15:17:41 -08:00
parent 68519d6ca7
commit e1435501aa
3 changed files with 14 additions and 11 deletions

View File

@@ -161,6 +161,7 @@ async def generate_chat_completion(
user: Any,
bypass_filter: bool = False,
):
log.debug(f"generate_chat_completion: {form_data}")
if BYPASS_MODEL_ACCESS_CONTROL:
bypass_filter = True