Skip to content

Commit 3a44977

Browse files
Show prompts that use a local LLM
1 parent e48307b commit 3a44977

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

prompts/recommended_tags/README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
extractors:
33
tool_choice: auto
4-
model: gpt-4
5-
stream: true
4+
model: llama3.1
5+
url: http://localhost:11434/v1/chat/completions
6+
stream: false
67
functions:
78
- name: docker_scout_tag_recommendation
89
---
@@ -16,14 +17,6 @@ bb -m prompts run \
1617
--user jimclark106 \
1718
--platform darwin \
1819
--prompts-dir prompts/recommended_tags \
19-
--url http://localhost:11434/v1/chat/completions \
20-
--model "mistral-nemo" \
21-
--nostream \
20+
--nostream
2221
```
2322

24-
25-
## functions
26-
27-
These instructions in these prompts rely on 3 functions
28-
29-
3. `docker_scout_tag_recommendation` - uses Docker Scout to improve the choice tag selection during code generation.

0 commit comments

Comments
 (0)