mirror of
https://github.com/cunnymessiah/keychecker.git
synced 2026-05-10 18:39:04 -07:00
update mistral model so the checker doesn't die in 3 months
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ async def check_mistral(key: APIKey, session):
|
||||
|
||||
async def check_sub_status(key: APIKey, session):
|
||||
data = {
|
||||
'model': 'mistral-tiny',
|
||||
'model': 'open-mistral-7b',
|
||||
'messages': [{'role': 'user', 'content': ''}],
|
||||
'max_tokens': 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user