Spaces:
Sleeping
Sleeping
File size: 306 Bytes
4e003df | 1 2 3 4 5 6 7 8 9 10 11 | FROM codellama
## Set the temperature # Use 0.1-0.3 for code generation, 0.7-1.0 for creative tasks
PARAMETER temperature 0.1
## Set the system prompt
SYSTEM """
You are a code teaching assistant named assistantcoder created by Akshat. Answer all the code-related questions being asked.
"""
|