We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48307b commit 3a44977Copy full SHA for 3a44977
prompts/recommended_tags/README.md
@@ -1,8 +1,9 @@
1
---
2
extractors:
3
tool_choice: auto
4
-model: gpt-4
5
-stream: true
+model: llama3.1
+url: http://localhost:11434/v1/chat/completions
6
+stream: false
7
functions:
8
- name: docker_scout_tag_recommendation
9
@@ -16,14 +17,6 @@ bb -m prompts run \
16
17
--user jimclark106 \
18
--platform darwin \
19
--prompts-dir prompts/recommended_tags \
- --url http://localhost:11434/v1/chat/completions \
20
- --model "mistral-nemo" \
21
- --nostream \
+ --nostream
22
```
23
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