From 3d84bb51dae3dddac22fb378460dc5215394be69 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Tue, 10 Sep 2024 21:58:45 +0200 Subject: [PATCH] Minor suggestion to the readme I have moved the main page reference down to the example where I believe people will look for it. This is a minor thing so if you have a preference feel free to ignore this PR --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a87490..219d8b1 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ status](https://www.r-pkg.org/badges/version/ollamar)](https://CRAN.R-project.or The [Ollama R library](https://hauselin.github.io/ollama-r/) is the easiest way to integrate R with [Ollama](https://ollama.com/), which -lets you run language models locally on your own machine. Main site: - +lets you run language models locally on your own machine. The library also makes it easy to work with data structures (e.g., conversational/chat histories) that are standard for different LLMs @@ -83,7 +82,7 @@ remotes::install_github("hauselin/ollamar") Below is a basic demonstration of how to use the library. For details, see the [getting started -vignette](https://hauselin.github.io/ollama-r/articles/ollamar.html). +vignette](https://hauselin.github.io/ollama-r/articles/ollamar.html) on our [main page](https://hauselin.github.io/ollama-r/). `ollamar` uses the [`httr2` library](https://httr2.r-lib.org/index.html) to make HTTP requests to the Ollama server, so many functions in this