From f1445ad0e168959b28e9b06ea3f8a4bfaf2636a7 Mon Sep 17 00:00:00 2001 From: Levani Date: Wed, 18 Sep 2024 21:04:52 +0400 Subject: [PATCH] Update commands.py --- gmt/views/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmt/views/commands.py b/gmt/views/commands.py index 7e6e02b..8666c1b 100644 --- a/gmt/views/commands.py +++ b/gmt/views/commands.py @@ -25,7 +25,7 @@ bp = Blueprint("commands", __name__) API_URL = ( - "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2" + "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3" )