Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-02-10 07:34:21 -08:00
parent d376767ca3
commit 1e70b3fb05
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ class Model:
@staticmethod
def strong_model():
return Model.create("gpt-4")
return Model.create("gpt-4-0613")
@staticmethod
def weak_model():