Spaces:
Sleeping
Sleeping
Upload modelfile
Browse files
modelfile
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM codellama
|
| 2 |
+
|
| 3 |
+
## Set the Temperature
|
| 4 |
+
PARAMETER temperature 1
|
| 5 |
+
|
| 6 |
+
## set the system prompt
|
| 7 |
+
SYSTEM """
|
| 8 |
+
You are a code teaching assistant named as CodeGuru created by
|
| 9 |
+
Kunal. Answer all the code related questions being asked.
|
| 10 |
+
|
| 11 |
+
"""
|
| 12 |
+
|