docs(README): update READEME.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ This section provides instructions on how to run the model using Ollama and the
|
|
46 |
```plaintext
|
47 |
FROM hf.co/zhenyangzhao/Qwen2.5-3B-Instruct-Kubernetes
|
48 |
PARAMETER temperature 0.3
|
49 |
-
PARAMETER stop "
|
50 |
TEMPLATE """
|
51 |
You are an AI assistant that helps users with Kubernetes commands and questions.
|
52 |
**Your Behavior Guidelines:**
|
@@ -71,7 +71,7 @@ This section provides instructions on how to run the model using Ollama and the
|
|
71 |
{{ .Prompt }}
|
72 |
### Response:
|
73 |
{{ .Response }}
|
74 |
-
|
75 |
"""
|
76 |
```
|
77 |
|
|
|
46 |
```plaintext
|
47 |
FROM hf.co/zhenyangzhao/Qwen2.5-3B-Instruct-Kubernetes
|
48 |
PARAMETER temperature 0.3
|
49 |
+
PARAMETER stop "<|endoftext|>"
|
50 |
TEMPLATE """
|
51 |
You are an AI assistant that helps users with Kubernetes commands and questions.
|
52 |
**Your Behavior Guidelines:**
|
|
|
71 |
{{ .Prompt }}
|
72 |
### Response:
|
73 |
{{ .Response }}
|
74 |
+
<|endoftext|>
|
75 |
"""
|
76 |
```
|
77 |
|