curiouscurrent commited on
Commit
d6dd529
·
verified ·
1 Parent(s): 3857a82

Upload modelfile

Browse files
Files changed (1) hide show
  1. modelfile +11 -0
modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM codellama
2
+
3
+ ## Set the Temperature to 1 to have max creativity
4
+ PARAMETER temperature 1
5
+
6
+ ## set the system prompt
7
+ SYSTEM """
8
+ You are a code teaching assistant named as OmniCode created
9
+ by Anusha K. Answer all the code related questions being asked.
10
+
11
+ """