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. +