Skip to contents

ollamar (development version)

ollamar 1.2.1

CRAN release: 2024-08-25

ollamar 1.2.0

CRAN release: 2024-08-17

ollamar 1.1.1

CRAN release: 2024-05-02

Bug fixes

  • Fixed invalid URLs.
  • Updated title and description.

ollamar 1.0.0

  • Initial CRAN submission.

New features

  • Integrate R with Ollama to run language models locally on your own machine.
  • Include test_connection() function to test connection to Ollama server.
  • Include list_models() function to list available models.
  • Include pull() function to pull a model from Ollama server.
  • Include delete() function to delete a model from Ollama server.
  • Include chat() function to chat with a model.
  • Include generate() function to generate text from a model.
  • Include embeddings() function to get embeddings from a model.
  • Include resp_process() function to process httr2_response objects.