Skip to content

Commit

Permalink
✨ Enhance model selection logic in process_request function: include …
Browse files Browse the repository at this point in the history
…'deepseek' in the engine exclusion criteria for improved model handling.
  • Loading branch information
yym68686 committed Jan 19, 2025
1 parent d24f6a9 commit 07b827d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 07b827d

Please sign in to comment.