Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add host #9

Merged
merged 7 commits into from
Sep 27, 2024
Merged

add host #9

merged 7 commits into from
Sep 27, 2024

Conversation

stephenturner
Copy link
Owner

@stephenturner stephenturner commented Sep 27, 2024

  • 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 option to connect to ollama running at a different host #7).
  • Updated tests.

@stephenturner stephenturner self-assigned this Sep 27, 2024
@stephenturner stephenturner merged commit 4f12715 into main Sep 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option to connect to ollama running at a different host
2 participants