Added a host argument to biorecap_report() and add_summary() that gets passed to ollamar::generate(), allowing the user to choose the host for ollama. By default, host=NULL uses ollama's default base URL (using the local ollama server). This can be used to connect to a llama server running remotely or within a firewalled network (fixes #7).
host
argument tobiorecap_report()
andadd_summary()
that gets passed toollamar::generate()
, allowing the user to choose the host for ollama. By default,host=NULL
uses ollama's default base URL (using the local ollama server). This can be used to connect to a llama server running remotely or within a firewalled network (fixes #7).