Skip to content

Commit

Permalink
update trial config to use GPT 4
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Jan 19, 2024
1 parent eabe0ed commit 6a141a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/llm_clinical_trials/configs/trial_openai.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ batch_size = 128
factory = "llm"

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

[components.llm.task]
@llm_tasks = "tutorial.TrialSummary.v1"

0 comments on commit 6a141a2

Please sign in to comment.