From b8380ccb33353f457fdd7d0c314697eb6bb0f028 Mon Sep 17 00:00:00 2001 From: based Date: Wed, 28 Feb 2024 10:46:09 +1000 Subject: [PATCH] update mistral model so the checker doesn't die in 3 months --- Mistral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mistral.py b/Mistral.py index eed1928..bf97fee 100644 --- a/Mistral.py +++ b/Mistral.py @@ -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 }