diff --git a/main.py b/main.py index 0083778..36cd8bc 100644 --- a/main.py +++ b/main.py @@ -845,6 +845,7 @@ async def process_request(request: Union[RequestModel, ImageGenerationRequest, A if "claude" not in original_model \ and "gpt" not in original_model \ + and "deepseek" not in original_model \ and "o1" not in original_model \ and "gemini" not in original_model \ and "learnlm" not in original_model \