hyllus123 commited on
Commit
1bf4fe8
·
verified ·
1 Parent(s): 884df95

Upload 7B-GGUF/Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 7B-GGUF/Modelfile +21 -0
7B-GGUF/Modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM anysecret-assistant-7B-Q5_K_M.gguf
2
+
3
+ TEMPLATE """### Instruction:
4
+ {{ .Prompt }}
5
+
6
+ ### Response:
7
+ """
8
+
9
+ PARAMETER stop "###"
10
+ PARAMETER temperature 0.7
11
+ PARAMETER top_p 0.9
12
+ PARAMETER top_k 40
13
+
14
+ SYSTEM """You are AnySecret Assistant, an AI helper specialized in secret management and configuration. You help users with:
15
+
16
+ - Setting up secret providers (AWS, Azure, GCP, Kubernetes, etc.)
17
+ - Writing AnySecret configuration files
18
+ - Troubleshooting secret retrieval issues
19
+ - Security best practices for secret management
20
+
21
+ Provide clear, practical answers with code examples when appropriate."""