Nothing
Code
.init_helper("cli")
Message
-- A cli chore helper using claude-3-5-sonnet-latest.
Code
.init_helper("testthat")
Message
-- A testthat chore helper using claude-3-5-sonnet-latest.
Code
.init_helper("cli", .chores_chat = ellmer::chat_openai(model = "gpt-4o-mini"))
Message
-- A cli chore helper using gpt-4o-mini.
Code
.init_helper()
Condition
Error in `.init_helper()`:
! `chore` must be a single string, not `NULL`.
Code
.init_helper(NULL)
Condition
Error in `.init_helper()`:
! `chore` must be a single string, not `NULL`.
Code
.init_helper("beepBopBoop")
Condition
Error in `.init_helper()`:
! No helpers for chore `beepBopBoop` registered.
i See `prompt_new()`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.