Skip to content

Commit 9169ad8

Browse files
authored
Fixing the clean - setup make procedure. (#51)
1 parent 7990a60 commit 9169ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ run-local-db: check-env-run-local-db
199199
clean:
200200
@echo "Cleaning up..."
201201
@echo "Cleaning up your local folders..."
202-
rm -rf ~/.llama/*
202+
rm -rf llama-stack/
203203
rm -rf providers.d/
204204
@echo "Removing ansible-chatbot-stack images..."
205205
docker rmi -f $$(docker images -a -q --filter reference=ansible-chatbot-stack) || true

ansible-chatbot-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ additional_pip_packages:
2626
- sqlalchemy[asyncio]
2727
- numpy==2.2.6
2828

29-
external_providers_dir: ~/.llama/providers.d
29+
external_providers_dir: ./llama-stack/providers.d

0 commit comments

Comments
 (0)