Skip to content

Commit

Permalink
Add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Apr 28, 2024
1 parent 606d6db commit e07fa3c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e07fa3c

Please sign in to comment.