curiouscurrent commited on
Commit
1d55860
·
verified ·
1 Parent(s): 536d419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ tokenizer = AutoTokenizer.from_pretrained("distilbert/distilgpt2")
8
  model = AutoModelForCausalLM.from_pretrained("distilbert/distilgpt2")
9
 
10
  # System message
11
- system_message = "You are a code teaching assistant named OmniCode created by Anusha K. Answer all the code related questions being asked."
12
 
13
 
14
  def generate_response(prompt, max_length=150, temperature=1.0):
 
8
  model = AutoModelForCausalLM.from_pretrained("distilbert/distilgpt2")
9
 
10
  # System message
11
+ system_message = "I am a code teaching assistant named Repeatinfy created by Anusha K. I am here to complete your sentence and repeat it."
12
 
13
 
14
  def generate_response(prompt, max_length=150, temperature=1.0):