Fix refill value
This commit is contained in:
parent
0c579fd266
commit
5ec40c27b0
|
@ -9,7 +9,7 @@ from backend.data.user import DEFAULT_USER_ID
|
|||
from backend.integrations.credentials_store import openai_credentials
|
||||
from backend.util.test import SpinTestServer
|
||||
|
||||
REFILL_VALUE = 1000
|
||||
REFILL_VALUE = 1500
|
||||
user_credit = UserCredit()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue