View source: R/multiLLMviaionet.R
| print_multiLLM_results | R Documentation |
Display model responses with status, handling NULLs and errors cleanly.
print_multiLLM_results(result, show_failed = TRUE, trim = NULL)
result |
A result object returned by 'multiLLMviaionet()'. |
show_failed |
Logical; if TRUE (default), also prints failed/timeout models and their errors. |
trim |
Optional integer; if not NULL, truncates long responses to the first 'trim' characters for display. |
Invisibly returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.