Nothing
Code
lang_use(.lang = "english")
Message
Model not set
Lang: english
Code
lang_use("ollama", "model")
Message
Model: model via Ollama
Lang: english
Code
lang_use("simulate_llm", "echo", .cache = "path/to/cache", .lang = "test")
Message
Model: echo via simulate_llm
Lang: test
Cache: path/to/cache
Code
lang_use(x, .cache = "path/to/cache", .lang = "test")
Message
Model: test_model via test_name
Lang: test
Cache: path/to/cache
Code
lang_use("simulate_llm", "echo", temp = 0.8, .cache = "path/to/cache", .lang = "test")
Message
Model: echo via simulate_llm
Lang: test
Cache: path/to/cache
Code
lang_use("simulate_llm", "echo", .cache = "", .lang = "test")
Message
Model: echo via simulate_llm
Lang: test
Cache: [Disabled]
Code
lang_use(.silent = TRUE)
Condition
Warning:
Option `.lang_chat` is no longer supported
Use `lang::lang_use([backend])` in your .RProfile file instead
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.