-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|