emend_what_language | R Documentation |
Identify the language in the text.
emend_what_language(text, chat = get_default_chat())
text |
A string or a factor that contains text information. |
chat |
A chat object defined by ellmer |
A character vector of language names.
chat <- ellmer::chat_ollama(model = "llama3.1:8b", seed = 0, echo = "none")
emend_what_language(c("\u733F\u3082\u6728\u304B\u3089\u843D\u3061\u308B",
"\u4F60\u597D", "bon appetit"), chat = chat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.