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

fix: update docs for ollama endpoint #992

Merged
merged 2 commits into from
Jan 31, 2025
Merged

fix: update docs for ollama endpoint #992

merged 2 commits into from
Jan 31, 2025

Conversation

salman1993
Copy link
Collaborator

No description provided.

@@ -164,6 +164,12 @@ Ollama provides local LLMs, which requires a bit more set up before you can use
1. [Download Ollama](https://ollama.com/download).
2. Run any [model supporting tool-calling](https://ollama.com/search?c=tools):


:::info Ollama Endpoint Construction
For Ollama, we set default host to `localhost` and port to `11434` if you don't provide it. When constructing the URL, we preprend "http://" if the scheme is not http or https.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: lets put 'prepend "http://"' in a code segment too 'prepend http://'

@salman1993 salman1993 merged commit 16df22f into main Jan 31, 2025
4 checks passed
@salman1993 salman1993 requested a review from angiejones January 31, 2025 19:16
michaelneale added a commit that referenced this pull request Feb 3, 2025
* main: (23 commits)
  Improve docs & extensions deploy workflow (#996)
  ci: run git tag commands when just tag-push (#1001)
  docs: cleanup (#1035)
  docs: added tutorial template (#1036)
  docs: updated spelling in documentation (#1028)
  really really open markdown links outside (#1002)
  fix: use SSL_CERT_FILE to point to CA bundle, not for mTLS client cert (#1017)
  feat: Add link to github project on extension cards (#1006)
  chore(release): release version 1.0.4 (#1000)
  fix: fix welcome screen azure config submit (#998)
  ci: checkout code to read Cargo.toml for version (#995)
  docs: broken link fix (#994)
  ci: update release processes using Justfile, make reusable workflows have optional version param (#972)
  docs: github tutorial (#993)
  chore: add tests and update url construction for azure provider (#988)
  chore: update docs for ollama endpoint (#992)
  feat: cfg electron to open links in new window (#934)
  fix: improve url construction in provider (#985)
  fix: explicitly add remember_memory tool in the instructions/system prompt (#965)
  feat: add azure openai provider (#960)
  ...
@yingjiehe-xyz yingjiehe-xyz deleted the sm/ollama-docs branch February 5, 2025 21:10
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.

2 participants