We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2e863 commit 42bc837Copy full SHA for 42bc837
Makefile
@@ -786,7 +786,7 @@ ai-review-gptme-ollama: gptme ## Review staged git changes using gptme with loca
786
--model "local/$(GPTME_OLLAMA_MODEL)" \
787
--tools "$(TOOLS)" \
788
--non-interactive
789
- # Only stop and remove container if we started it
+ @# Only stop and remove container if we started it
790
@if podman ps | grep -q ollama; then \
791
echo "Stopping and removing Ollama container..."; \
792
podman stop ollama && podman rm ollama; \
0 commit comments