Skip to content

Commit

Permalink
Merge branch 'feat/support-use-quota-in-deepseek' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
laipz8200 committed Feb 5, 2025
2 parents f21cc9b + 08ebd07 commit 9144fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/feature/hosted_service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class HostedDeepseekConfig(BaseSettings):
)
HOSTED_DEEPSEEK_QUOTA_LIMIT: NonNegativeInt = Field(
description="Quota limit for hosted DeepSeek service usage",
default=100000,
default=0,
)


Expand Down

0 comments on commit 9144fce

Please sign in to comment.