Skip to content

Commit

Permalink
update gpt4 model
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Mar 27, 2024
1 parent 4f30184 commit 138e36a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ batch_size = 128
factory = "llm"

[components.llm.model]
@llm_models = "spacy.GPT-4.v2"
@llm_models = "spacy.GPT-4.v3"
name = "gpt-4"
config = {"seed": 342, "temperature": 0.0}

[components.llm.task]
Expand Down

0 comments on commit 138e36a

Please sign in to comment.