reshinthadith commited on
Commit
127ad2f
1 Parent(s): 9cbe5a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ prompt_template = Template("""\
33
  """)
34
 
35
 
36
- system_prompt = "### Assistant: I am StableVicuna, a large language model created by Stability AI. I am here to chat!"
37
  system_prompt_tokens = tokenizer([f"{system_prompt}\n\n"], return_tensors="pt")
38
  max_sys_tokens = system_prompt_tokens['input_ids'].size(-1)
39
 
 
33
  """)
34
 
35
 
36
+ system_prompt = "### Assistant: I am StableVicuna, a large language model created by CarperAI and StabilityAI. I am here to chat!"
37
  system_prompt_tokens = tokenizer([f"{system_prompt}\n\n"], return_tensors="pt")
38
  max_sys_tokens = system_prompt_tokens['input_ids'].size(-1)
39