Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LevaniVashadze authored Sep 18, 2024
1 parent 05869a6 commit f1445ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmt/views/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit f1445ad

Please sign in to comment.