From e07fa3c2a84d750ad6c404528104886029b03476 Mon Sep 17 00:00:00 2001 From: Hause Lin Date: Sun, 28 Apr 2024 19:23:58 -0400 Subject: [PATCH] Add NEWS.md --- NEWS.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7e65f6e..8aecbbc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ -# ollamar +# ollamar 1.0.0 * Initial CRAN submission. + +## New Features + +- Integrated R with Ollama to run language models locally on your own machine. +- Included `test_connection()` function to test connection to Ollama server. +- Included `list_models()` function to list available models. +- Included `pull()` function to pull a model from Ollama server. +- Included `delete()` function to delete a model from Ollama server. +- Included `chat()` function to chat with a model. +- Included `generate()` function to generate text from a model. +- Included `embeddings()` function to get embeddings from a model. +- Included `resp_process()` function to process `httr2_response` objects. +