Package: LLMR 0.1.1
LLMR: Interface for Large Language Model APIs in R
A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see <https://platform.openai.com/docs/quickstart> for details), 'Anthropic' (see <https://docs.anthropic.com/en/api/getting-started> for details), 'Groq' (see <https://console.groq.com/docs/api-reference> for details), and 'Together AI' (see <https://docs.together.ai/docs/quickstart> for details). Allows users to configure API parameters, send messages, and retrieve responses seamlessly within R.
Authors:
LLMR_0.1.1.tar.gz
LLMR_0.1.1.zip(r-4.5)LLMR_0.1.1.zip(r-4.4)LLMR_0.1.1.zip(r-4.3)
LLMR_0.1.1.tgz(r-4.4-any)LLMR_0.1.1.tgz(r-4.3-any)
LLMR_0.1.1.tar.gz(r-4.5-noble)LLMR_0.1.1.tar.gz(r-4.4-noble)
LLMR_0.1.1.tgz(r-4.4-emscripten)LLMR_0.1.1.tgz(r-4.3-emscripten)
LLMR.pdf |LLMR.html✨
LLMR/json (API)
# Install 'LLMR' in R: |
install.packages('LLMR', repos = c('https://asanaei.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 months agofrom:a56be79317. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:call_llmllm_config
Dependencies:askpassclicurlgluehttr2lifecyclemagrittropensslpurrrR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Call LLM API | call_llm |
Create LLM Configuration | llm_config |