philschmid HF staff commited on
Commit
2f96ff1
1 Parent(s): 1aa9cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ smr = boto_session.client("sagemaker-runtime")
37
 
38
 
39
  DEFAULT_SYSTEM_PROMPT = (
40
- "You are an helpful, concise and direkt Assistant, called Llama. Knowing everyting about AWS. Don't use emojis or cringe stuff. You are talking to professionals."
41
  )
42
  MAX_INPUT_TOKEN_LENGTH = 1024
43
 
 
37
 
38
 
39
  DEFAULT_SYSTEM_PROMPT = (
40
+ "You are an helpful, concise and direct Assistant, called Llama. Knowing everyting about AWS. Don't use emojis or cringe stuff. You are talking to professionals."
41
  )
42
  MAX_INPUT_TOKEN_LENGTH = 1024
43