Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpieper committed Sep 14, 2024
1 parent 3ed3d7b commit 41d93df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ beliefs <- lapply(llm_configs, function(config) {
prompt = "classify as a fact or misinformation in one word",
LLM = config$LLM,
model = config$model,
batch_size = 10,
batch_delay = "1min",
case_convert = "lower"
)
Expand Down

0 comments on commit 41d93df

Please sign in to comment.