diff --git a/search.json b/search.json
index e24e94f..8becea2 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"path":[]},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"our-pledge","dir":"","previous_headings":"","what":"Our Pledge","title":"Contributor Covenant Code of Conduct","text":"members, contributors, leaders pledge make participation community harassment-free experience everyone, regardless age, body size, visible invisible disability, ethnicity, sex characteristics, gender identity expression, level experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, sexual identity orientation. pledge act interact ways contribute open, welcoming, diverse, inclusive, healthy community.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"our-standards","dir":"","previous_headings":"","what":"Our Standards","title":"Contributor Covenant Code of Conduct","text":"Examples behavior contributes positive environment community include: Demonstrating empathy kindness toward people respectful differing opinions, viewpoints, experiences Giving gracefully accepting constructive feedback Accepting responsibility apologizing affected mistakes, learning experience Focusing best just us individuals, overall community Examples unacceptable behavior include: use sexualized language imagery, sexual attention advances kind Trolling, insulting derogatory comments, personal political attacks Public private harassment Publishing others’ private information, physical email address, without explicit permission conduct reasonably considered inappropriate professional setting","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement-responsibilities","dir":"","previous_headings":"","what":"Enforcement Responsibilities","title":"Contributor Covenant Code of Conduct","text":"Community leaders responsible clarifying enforcing standards acceptable behavior take appropriate fair corrective action response behavior deem inappropriate, threatening, offensive, harmful. Community leaders right responsibility remove, edit, reject comments, commits, code, wiki edits, issues, contributions aligned Code Conduct, communicate reasons moderation decisions appropriate.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"scope","dir":"","previous_headings":"","what":"Scope","title":"Contributor Covenant Code of Conduct","text":"Code Conduct applies within community spaces, also applies individual officially representing community public spaces. Examples representing community include using official e-mail address, posting via official social media account, acting appointed representative online offline event.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement","dir":"","previous_headings":"","what":"Enforcement","title":"Contributor Covenant Code of Conduct","text":"Instances abusive, harassing, otherwise unacceptable behavior may reported community leaders responsible enforcement codeofconduct@rstudio.com. complaints reviewed investigated promptly fairly. community leaders obligated respect privacy security reporter incident.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement-guidelines","dir":"","previous_headings":"","what":"Enforcement Guidelines","title":"Contributor Covenant Code of Conduct","text":"Community leaders follow Community Impact Guidelines determining consequences action deem violation Code Conduct:","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_1-correction","dir":"","previous_headings":"Enforcement Guidelines","what":"1. Correction","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Use inappropriate language behavior deemed unprofessional unwelcome community. Consequence: private, written warning community leaders, providing clarity around nature violation explanation behavior inappropriate. public apology may requested.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_2-warning","dir":"","previous_headings":"Enforcement Guidelines","what":"2. Warning","title":"Contributor Covenant Code of Conduct","text":"Community Impact: violation single incident series actions. Consequence: warning consequences continued behavior. interaction people involved, including unsolicited interaction enforcing Code Conduct, specified period time. includes avoiding interactions community spaces well external channels like social media. Violating terms may lead temporary permanent ban.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_3-temporary-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"3. Temporary Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: serious violation community standards, including sustained inappropriate behavior. Consequence: temporary ban sort interaction public communication community specified period time. public private interaction people involved, including unsolicited interaction enforcing Code Conduct, allowed period. Violating terms may lead permanent ban.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_4-permanent-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"4. Permanent Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Demonstrating pattern violation community standards, including sustained inappropriate behavior, harassment individual, aggression toward disparagement classes individuals. Consequence: permanent ban sort public interaction within community.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"attribution","dir":"","previous_headings":"","what":"Attribution","title":"Contributor Covenant Code of Conduct","text":"Code Conduct adapted Contributor Covenant, version 2.1, available https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. Community Impact Guidelines inspired [Mozilla’s code conduct enforcement ladder][https://github.com/mozilla/inclusion]. answers common questions code conduct, see FAQ https://www.contributor-covenant.org/faq. Translations available https://www.contributor-covenant.org/translations.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":null,"dir":"","previous_headings":"","what":"Contributing to ollama","title":"Contributing to ollama","text":"outlines propose change ollama. detailed info contributing , tidyverse packages, please see development contributing guide.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"fixing-typos","dir":"","previous_headings":"","what":"Fixing typos","title":"Contributing to ollama","text":"can fix typos, spelling mistakes, grammatical errors documentation directly using GitHub web interface, long changes made source file. generally means ’ll need edit roxygen2 comments .R, .Rd file. can find .R file generates .Rd reading comment first line.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"bigger-changes","dir":"","previous_headings":"","what":"Bigger changes","title":"Contributing to ollama","text":"want make bigger change, ’s good idea first file issue make sure someone team agrees ’s needed. ’ve found bug, please file issue illustrates bug minimal reprex (also help write unit test, needed).","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"pull-request-process","dir":"","previous_headings":"Bigger changes","what":"Pull request process","title":"Contributing to ollama","text":"Fork package clone onto computer. haven’t done , recommend using usethis::create_from_github(\"calderonsamuel/ollama\", fork = TRUE). Install development dependencies devtools::install_dev_deps(), make sure package passes R CMD check running devtools::check(). R CMD check doesn’t pass cleanly, ’s good idea ask help continuing. Create Git branch pull request (PR). recommend using usethis::pr_init(\"brief-description--change\"). Make changes, commit git, create PR running usethis::pr_push(), following prompts browser. title PR briefly describe change. body PR contain Fixes #issue-number. user-facing changes, add bullet top NEWS.md (.e. just first header). Follow style described https://style.tidyverse.org/news.html.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"code-style","dir":"","previous_headings":"Bigger changes","what":"Code style","title":"Contributing to ollama","text":"New code follow tidyverse style guide. can use styler package apply styles, please don’t restyle code nothing PR. use roxygen2, Markdown syntax, documentation. use testthat unit tests. Contributions test cases included easier accept.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"code-of-conduct","dir":"","previous_headings":"","what":"Code of Conduct","title":"Contributing to ollama","text":"Please note ollama project released Contributor Code Conduct. contributing project agree abide terms.","code":""},{"path":"https://calderonsamuel.github.io/ollama/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 Samuel Calderon Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":null,"dir":"","previous_headings":"","what":"Getting help with ollama","title":"Getting help with ollama","text":"Thanks using ollama! filing issue, places explore pieces put together make process smooth possible.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"make-a-reprex","dir":"","previous_headings":"","what":"Make a reprex","title":"Getting help with ollama","text":"Start making minimal reproducible example using reprex package. haven’t heard used reprex , ’re treat! Seriously, reprex make R-question-asking endeavors easier (pretty insane ROI five ten minutes ’ll take learn ’s ). additional reprex pointers, check Get help! section tidyverse site.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"where-to-ask","dir":"","previous_headings":"","what":"Where to ask?","title":"Getting help with ollama","text":"Armed reprex, next step figure ask. ’s question: start community.rstudio.com, /StackOverflow. people answer questions. ’s bug: ’re right place, file issue. ’re sure: let community help figure ! problem bug feature request, can easily return report . opening new issue, sure search issues pull requests make sure bug hasn’t reported /already fixed development version. default, search pre-populated :issue :open. can edit qualifiers (e.g. :pr, :closed) needed. example, ’d simply remove :open search issues repo, open closed.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"what-happens-next","dir":"","previous_headings":"","what":"What happens next?","title":"Getting help with ollama","text":"efficient possible, development tidyverse packages tends bursty, shouldn’t worry don’t get immediate response. Typically don’t look repo sufficient quantity issues accumulates, ’s burst intense activity focus efforts. makes development efficient avoids expensive context switching problems, cost taking longer get back . process makes good reprex particularly important might multiple months initial report start working . can’t reproduce bug, can’t fix !","code":""},{"path":"https://calderonsamuel.github.io/ollama/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Samuel Calderon. Author, maintainer.","code":""},{"path":"https://calderonsamuel.github.io/ollama/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Calderon S (2023). ollama: Interact ollama API. R package version 0.0.0.9000, https://calderonsamuel.github.io/ollama/, https://github.com/calderonsamuel/ollama.","code":"@Manual{, title = {ollama: Interact with the ollama API}, author = {Samuel Calderon}, year = {2023}, note = {R package version 0.0.0.9000, https://calderonsamuel.github.io/ollama/}, url = {https://github.com/calderonsamuel/ollama}, }"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"ollama","dir":"","previous_headings":"","what":"Interact with the ollama API","title":"Interact with the ollama API","text":"goal ollama wrap ollama API provide infrastructure used within {gptstudio}","code":""},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Interact with the ollama API","text":"can install development version ollama like :","code":"pak::pak(\"calderonsamuel/ollama\")"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"prerequisites","dir":"","previous_headings":"","what":"Prerequisites","title":"Interact with the ollama API","text":"user charge downloading ollama providing networking configuration. recommend using official docker image, trivializes process. following code downloads default ollama image runs “ollama” container exposing 11434 port. default, package use http://localhost:11434 API host url. Although provide methods change , asbolutely sure means.","code":"docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"Interact with the ollama API","text":"basic example shows solve common problem:","code":"library(ollama) ## basic example code"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama-package.html","id":null,"dir":"Reference","previous_headings":"","what":"ollama: Interact with the ollama API — ollama-package","title":"ollama: Interact with the ollama API — ollama-package","text":"package (one paragraph).","code":""},{"path":[]},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"ollama: Interact with the ollama API — ollama-package","text":"Maintainer: Samuel Calderon first.last@example.com (ORCID)","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":null,"dir":"Reference","previous_headings":"","what":"List Local Models — ollama_list","title":"List Local Models — ollama_list","text":"List models available locally. List models available locally.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"List Local Models — ollama_list","text":"","code":"ollama_list() ollama_list()"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"List Local Models — ollama_list","text":"fields name, modified_at, size model. fields name, modified_at, size model.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"List Local Models — ollama_list","text":"","code":"if (FALSE) { ollama_list() } if (FALSE) { ollama_list() }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":null,"dir":"Reference","previous_headings":"","what":"Show Model Information — ollama_show_model_info","title":"Show Model Information — ollama_show_model_info","text":"Show details model including modelfile, template, parameters, license, system prompt. Show details model including modelfile, template, parameters, license, system prompt.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Show Model Information — ollama_show_model_info","text":"","code":"ollama_show_model_info(model) ollama_show_model_info(model)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Show Model Information — ollama_show_model_info","text":"model Name model show","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Show Model Information — ollama_show_model_info","text":"list. list.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Show Model Information — ollama_show_model_info","text":"","code":"if (FALSE) { ollama_show_model_info(\"llama2\") ollama_show_model_info(\"mistral\") } if (FALSE) { ollama_show_model_info(\"llama2\") ollama_show_model_info(\"mistral\") }"},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling rhs(lhs).","code":""}]
+[{"path":[]},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"our-pledge","dir":"","previous_headings":"","what":"Our Pledge","title":"Contributor Covenant Code of Conduct","text":"members, contributors, leaders pledge make participation community harassment-free experience everyone, regardless age, body size, visible invisible disability, ethnicity, sex characteristics, gender identity expression, level experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, sexual identity orientation. pledge act interact ways contribute open, welcoming, diverse, inclusive, healthy community.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"our-standards","dir":"","previous_headings":"","what":"Our Standards","title":"Contributor Covenant Code of Conduct","text":"Examples behavior contributes positive environment community include: Demonstrating empathy kindness toward people respectful differing opinions, viewpoints, experiences Giving gracefully accepting constructive feedback Accepting responsibility apologizing affected mistakes, learning experience Focusing best just us individuals, overall community Examples unacceptable behavior include: use sexualized language imagery, sexual attention advances kind Trolling, insulting derogatory comments, personal political attacks Public private harassment Publishing others’ private information, physical email address, without explicit permission conduct reasonably considered inappropriate professional setting","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement-responsibilities","dir":"","previous_headings":"","what":"Enforcement Responsibilities","title":"Contributor Covenant Code of Conduct","text":"Community leaders responsible clarifying enforcing standards acceptable behavior take appropriate fair corrective action response behavior deem inappropriate, threatening, offensive, harmful. Community leaders right responsibility remove, edit, reject comments, commits, code, wiki edits, issues, contributions aligned Code Conduct, communicate reasons moderation decisions appropriate.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"scope","dir":"","previous_headings":"","what":"Scope","title":"Contributor Covenant Code of Conduct","text":"Code Conduct applies within community spaces, also applies individual officially representing community public spaces. Examples representing community include using official e-mail address, posting via official social media account, acting appointed representative online offline event.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement","dir":"","previous_headings":"","what":"Enforcement","title":"Contributor Covenant Code of Conduct","text":"Instances abusive, harassing, otherwise unacceptable behavior may reported community leaders responsible enforcement codeofconduct@rstudio.com. complaints reviewed investigated promptly fairly. community leaders obligated respect privacy security reporter incident.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"enforcement-guidelines","dir":"","previous_headings":"","what":"Enforcement Guidelines","title":"Contributor Covenant Code of Conduct","text":"Community leaders follow Community Impact Guidelines determining consequences action deem violation Code Conduct:","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_1-correction","dir":"","previous_headings":"Enforcement Guidelines","what":"1. Correction","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Use inappropriate language behavior deemed unprofessional unwelcome community. Consequence: private, written warning community leaders, providing clarity around nature violation explanation behavior inappropriate. public apology may requested.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_2-warning","dir":"","previous_headings":"Enforcement Guidelines","what":"2. Warning","title":"Contributor Covenant Code of Conduct","text":"Community Impact: violation single incident series actions. Consequence: warning consequences continued behavior. interaction people involved, including unsolicited interaction enforcing Code Conduct, specified period time. includes avoiding interactions community spaces well external channels like social media. Violating terms may lead temporary permanent ban.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_3-temporary-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"3. Temporary Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: serious violation community standards, including sustained inappropriate behavior. Consequence: temporary ban sort interaction public communication community specified period time. public private interaction people involved, including unsolicited interaction enforcing Code Conduct, allowed period. Violating terms may lead permanent ban.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"id_4-permanent-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"4. Permanent Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Demonstrating pattern violation community standards, including sustained inappropriate behavior, harassment individual, aggression toward disparagement classes individuals. Consequence: permanent ban sort public interaction within community.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CODE_OF_CONDUCT.html","id":"attribution","dir":"","previous_headings":"","what":"Attribution","title":"Contributor Covenant Code of Conduct","text":"Code Conduct adapted Contributor Covenant, version 2.1, available https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. Community Impact Guidelines inspired [Mozilla’s code conduct enforcement ladder][https://github.com/mozilla/inclusion]. answers common questions code conduct, see FAQ https://www.contributor-covenant.org/faq. Translations available https://www.contributor-covenant.org/translations.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":null,"dir":"","previous_headings":"","what":"Contributing to ollama","title":"Contributing to ollama","text":"outlines propose change ollama. detailed info contributing , tidyverse packages, please see development contributing guide.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"fixing-typos","dir":"","previous_headings":"","what":"Fixing typos","title":"Contributing to ollama","text":"can fix typos, spelling mistakes, grammatical errors documentation directly using GitHub web interface, long changes made source file. generally means ’ll need edit roxygen2 comments .R, .Rd file. can find .R file generates .Rd reading comment first line.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"bigger-changes","dir":"","previous_headings":"","what":"Bigger changes","title":"Contributing to ollama","text":"want make bigger change, ’s good idea first file issue make sure someone team agrees ’s needed. ’ve found bug, please file issue illustrates bug minimal reprex (also help write unit test, needed).","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"pull-request-process","dir":"","previous_headings":"Bigger changes","what":"Pull request process","title":"Contributing to ollama","text":"Fork package clone onto computer. haven’t done , recommend using usethis::create_from_github(\"calderonsamuel/ollama\", fork = TRUE). Install development dependencies devtools::install_dev_deps(), make sure package passes R CMD check running devtools::check(). R CMD check doesn’t pass cleanly, ’s good idea ask help continuing. Create Git branch pull request (PR). recommend using usethis::pr_init(\"brief-description--change\"). Make changes, commit git, create PR running usethis::pr_push(), following prompts browser. title PR briefly describe change. body PR contain Fixes #issue-number. user-facing changes, add bullet top NEWS.md (.e. just first header). Follow style described https://style.tidyverse.org/news.html.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"code-style","dir":"","previous_headings":"Bigger changes","what":"Code style","title":"Contributing to ollama","text":"New code follow tidyverse style guide. can use styler package apply styles, please don’t restyle code nothing PR. use roxygen2, Markdown syntax, documentation. use testthat unit tests. Contributions test cases included easier accept.","code":""},{"path":"https://calderonsamuel.github.io/ollama/CONTRIBUTING.html","id":"code-of-conduct","dir":"","previous_headings":"","what":"Code of Conduct","title":"Contributing to ollama","text":"Please note ollama project released Contributor Code Conduct. contributing project agree abide terms.","code":""},{"path":"https://calderonsamuel.github.io/ollama/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 Samuel Calderon Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":null,"dir":"","previous_headings":"","what":"Getting help with ollama","title":"Getting help with ollama","text":"Thanks using ollama! filing issue, places explore pieces put together make process smooth possible.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"make-a-reprex","dir":"","previous_headings":"","what":"Make a reprex","title":"Getting help with ollama","text":"Start making minimal reproducible example using reprex package. haven’t heard used reprex , ’re treat! Seriously, reprex make R-question-asking endeavors easier (pretty insane ROI five ten minutes ’ll take learn ’s ). additional reprex pointers, check Get help! section tidyverse site.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"where-to-ask","dir":"","previous_headings":"","what":"Where to ask?","title":"Getting help with ollama","text":"Armed reprex, next step figure ask. ’s question: start community.rstudio.com, /StackOverflow. people answer questions. ’s bug: ’re right place, file issue. ’re sure: let community help figure ! problem bug feature request, can easily return report . opening new issue, sure search issues pull requests make sure bug hasn’t reported /already fixed development version. default, search pre-populated :issue :open. can edit qualifiers (e.g. :pr, :closed) needed. example, ’d simply remove :open search issues repo, open closed.","code":""},{"path":"https://calderonsamuel.github.io/ollama/SUPPORT.html","id":"what-happens-next","dir":"","previous_headings":"","what":"What happens next?","title":"Getting help with ollama","text":"efficient possible, development tidyverse packages tends bursty, shouldn’t worry don’t get immediate response. Typically don’t look repo sufficient quantity issues accumulates, ’s burst intense activity focus efforts. makes development efficient avoids expensive context switching problems, cost taking longer get back . process makes good reprex particularly important might multiple months initial report start working . can’t reproduce bug, can’t fix !","code":""},{"path":"https://calderonsamuel.github.io/ollama/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Samuel Calderon. Author, maintainer.","code":""},{"path":"https://calderonsamuel.github.io/ollama/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Calderon S (2023). ollama: Interact ollama API. R package version 0.0.0.9000, https://calderonsamuel.github.io/ollama/, https://github.com/calderonsamuel/ollama.","code":"@Manual{, title = {ollama: Interact with the ollama API}, author = {Samuel Calderon}, year = {2023}, note = {R package version 0.0.0.9000, https://calderonsamuel.github.io/ollama/}, url = {https://github.com/calderonsamuel/ollama}, }"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"ollama","dir":"","previous_headings":"","what":"Interact with the ollama API","title":"Interact with the ollama API","text":"goal ollama wrap ollama API provide infrastructure used within {gptstudio}","code":""},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Interact with the ollama API","text":"can install development version ollama like :","code":"pak::pak(\"calderonsamuel/ollama\")"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"prerequisites","dir":"","previous_headings":"","what":"Prerequisites","title":"Interact with the ollama API","text":"user charge downloading ollama providing networking configuration. recommend using official docker image, trivializes process. following code downloads default ollama image runs “ollama” container exposing 11434 port. default, package use http://localhost:11434 API host url. Although provide methods change , absolutely sure means.","code":"docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama"},{"path":"https://calderonsamuel.github.io/ollama/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"Interact with the ollama API","text":"basic example shows solve common problem:","code":"library(ollama) ## basic example code"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama-package.html","id":null,"dir":"Reference","previous_headings":"","what":"ollama: Interact with the ollama API — ollama-package","title":"ollama: Interact with the ollama API — ollama-package","text":"package (one paragraph).","code":""},{"path":[]},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"ollama: Interact with the ollama API — ollama-package","text":"Maintainer: Samuel Calderon first.last@example.com (ORCID)","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html","id":null,"dir":"Reference","previous_headings":"","what":"Copy a Model — ollama_copy_model","title":"Copy a Model — ollama_copy_model","text":"Copy model. Creates model another name existing model.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Copy a Model — ollama_copy_model","text":"","code":"ollama_copy_model(source, destination)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Copy a Model — ollama_copy_model","text":"source Name existing model copy destination Name new model. Must different source.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Copy a Model — ollama_copy_model","text":"None","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Copy a Model — ollama_copy_model","text":"","code":"if (FALSE) { ollama_copy_model(\"llama2\", \"llama2_backup\") }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html","id":null,"dir":"Reference","previous_headings":"","what":"Delete a Model — ollama_delete_model","title":"Delete a Model — ollama_delete_model","text":"Delete model data.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Delete a Model — ollama_delete_model","text":"","code":"ollama_delete_model(model)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Delete a Model — ollama_delete_model","text":"name Model name delete","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Delete a Model — ollama_delete_model","text":"None","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Delete a Model — ollama_delete_model","text":"","code":"if (FALSE) { ollama_delete_model(\"llama2\") }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_library.html","id":null,"dir":"Reference","previous_headings":"","what":"Retrieve information from the Ollama AI library. — ollama_get_library","title":"Retrieve information from the Ollama AI library. — ollama_get_library","text":"function scrapes Ollama library page, retrieves information available models, returns tibble details model name, description, number pulls, number tags, last update.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_library.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Retrieve information from the Ollama AI library. — ollama_get_library","text":"","code":"ollama_get_library()"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_library.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Retrieve information from the Ollama AI library. — ollama_get_library","text":"tibble information models Ollama AI library.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_library.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Retrieve information from the Ollama AI library. — ollama_get_library","text":"","code":"if (FALSE) { ollama_get_library() }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html","id":null,"dir":"Reference","previous_headings":"","what":"Retrieve tags from a model. — ollama_get_tags","title":"Retrieve tags from a model. — ollama_get_tags","text":"function scrapes Ollama library page, retrieves information available available tags specific model, returns character vector tag names.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Retrieve tags from a model. — ollama_get_tags","text":"","code":"ollama_get_tags(name)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Retrieve tags from a model. — ollama_get_tags","text":"name model tags retrieved","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Retrieve tags from a model. — ollama_get_tags","text":"character vector available tags.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Retrieve tags from a model. — ollama_get_tags","text":"","code":"if (FALSE) { ollama_get_tags(\"llama2\") ollama_get_tags(\"mistral\") }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":null,"dir":"Reference","previous_headings":"","what":"List Local Models — ollama_list","title":"List Local Models — ollama_list","text":"List models available locally. List models available locally.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"List Local Models — ollama_list","text":"","code":"ollama_list() ollama_list()"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"List Local Models — ollama_list","text":"list fields name, modified_at, size model. fields name, modified_at, size model.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_list.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"List Local Models — ollama_list","text":"","code":"if (FALSE) { ollama_list() } if (FALSE) { ollama_list() }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html","id":null,"dir":"Reference","previous_headings":"","what":"Pull a Model — ollama_pull_model","title":"Pull a Model — ollama_pull_model","text":"Download model ollama library. Cancelled pulls resumed left , multiple calls share download progress.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pull a Model — ollama_pull_model","text":"","code":"ollama_pull_model(model, stream = TRUE)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pull a Model — ollama_pull_model","text":"stream (optional) FALSE response returned single response object, rather stream objects name Name model pull insecure (optional) allow insecure connections library. use pulling library development.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pull a Model — ollama_pull_model","text":"None","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Pull a Model — ollama_pull_model","text":"","code":"if (FALSE) { ollama_pull_model(\"mistral\") ollama_pull_model(\"mistral\", stream = FALSE) }"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":null,"dir":"Reference","previous_headings":"","what":"Show Model Information — ollama_show_model_info","title":"Show Model Information — ollama_show_model_info","text":"Show details model including modelfile, template, parameters, license, system prompt. Show details model including modelfile, template, parameters, license, system prompt.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Show Model Information — ollama_show_model_info","text":"","code":"ollama_show_model_info(model) ollama_show_model_info(model)"},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Show Model Information — ollama_show_model_info","text":"model Name model show name Name model show","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Show Model Information — ollama_show_model_info","text":"list. list.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Show Model Information — ollama_show_model_info","text":"","code":"if (FALSE) { ollama_show_model_info(\"llama2\") ollama_show_model_info(\"mistral\") } if (FALSE) { ollama_show_model_info(\"llama2\") ollama_show_model_info(\"mistral\") }"},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"https://calderonsamuel.github.io/ollama/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling rhs(lhs).","code":""},{"path":"https://calderonsamuel.github.io/ollama/news/index.html","id":"ollama-development-version","dir":"Changelog","previous_headings":"","what":"ollama (development version)","title":"ollama (development version)","text":"Initial CRAN submission. possible use custom host OLLAMA_HOST environmental variable. Otherwise host defaults “http://localhost:11434/api”.","code":""}]
diff --git a/sitemap.xml b/sitemap.xml
index 46f7282..255fe4b 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -24,15 +24,33 @@
https://calderonsamuel.github.io/ollama/index.html
+
+ https://calderonsamuel.github.io/ollama/news/index.html
+
https://calderonsamuel.github.io/ollama/reference/index.html
https://calderonsamuel.github.io/ollama/reference/ollama-package.html
+
+ https://calderonsamuel.github.io/ollama/reference/ollama_copy_model.html
+
+
+ https://calderonsamuel.github.io/ollama/reference/ollama_delete_model.html
+
+
+ https://calderonsamuel.github.io/ollama/reference/ollama_get_library.html
+
+
+ https://calderonsamuel.github.io/ollama/reference/ollama_get_tags.html
+
https://calderonsamuel.github.io/ollama/reference/ollama_list.html
+
+ https://calderonsamuel.github.io/ollama/reference/ollama_pull_model.html
+
https://calderonsamuel.github.io/ollama/reference/ollama_show_model_info.html