- Fixed invalid URLs.
- Updated title and description.
- Initial CRAN submission.
- 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 processhttr2_response
objects.