update mistral model so the checker doesn't die in 3 months

This commit is contained in:
based
2024-02-28 10:46:09 +10:00
parent c7ac59728f
commit b8380ccb33
+1 -1
View File
@@ -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
}