View source: R/LLM_parallel_utils.R
| llm_par_resume | R Documentation |
Finds rows where success is FALSE or NA in the output of call_llm_par(),
re-runs them, and patches the results back into the original data frame.
llm_par_resume(results, tries = 3, ...)
results |
Output from |
tries |
Number of retries per call. Default 3. |
... |
Passed to |
The patched data frame with re-run results filled in.
call_llm_par()
## Not run:
results <- call_llm_par(experiments)
results <- llm_par_resume(results, tries = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.