docs: add Ollama Setup instructions and example .env#3154
Open
dane11stanisic-a11y wants to merge 1 commit into
Open
docs: add Ollama Setup instructions and example .env#3154dane11stanisic-a11y wants to merge 1 commit into
dane11stanisic-a11y wants to merge 1 commit into
Conversation
Contributor
Comment on lines
+76
to
+80
| - Use the provided helper to print a curl example and run a quick request: | ||
|
|
||
| ```powershell | ||
| Set-Location -Path 'C:\Claude\claude-mem' | ||
| & 'C:\Claude\scripts\test_ollama.ps1' |
Contributor
There was a problem hiding this comment.
Missing helper script
The docs tell users to run a “provided helper” at C:\Claude\scripts\test_ollama.ps1, but this PR does not add that script and no test_ollama.ps1 exists in the repository. Following this setup path fails before any Ollama request is tested, so either add the helper or replace this with commands that are actually available.
Artifacts
Repro: generated missing helper verification harness
- Contains supporting evidence from the run (text/x-python; charset=utf-8).
Repro: failing helper availability check output
- Keeps the command output available without making the summary code-heavy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new Ollama Setup section to configuration docs, including example ~/.claude-mem/.env values and test commands for local Ollama usage.