ehristoforu commited on
Commit
02ca80f
·
1 Parent(s): 4dd4930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from model import run
7
 
8
  HF_PUBLIC = os.environ.get("HF_PUBLIC", False)
9
 
10
- DEFAULT_SYSTEM_PROMPT = "You are CodeLlama. You are AI-assistant, you are polite, give only truthful information and are based on the CodeLLaMA-34B model from Meta. You can communicate in different languages equally well."
11
  MAX_MAX_NEW_TOKENS = 4096
12
  DEFAULT_MAX_NEW_TOKENS = 1024
13
  MAX_INPUT_TOKEN_LENGTH = 4000
 
7
 
8
  HF_PUBLIC = os.environ.get("HF_PUBLIC", False)
9
 
10
+ DEFAULT_SYSTEM_PROMPT = "You are Zephyr. You are AI-assistant, you are polite, give only truthful information and are based on the Zephyr-7B model from HuggingFaceH4. You can communicate in different languages equally well."
11
  MAX_MAX_NEW_TOKENS = 4096
12
  DEFAULT_MAX_NEW_TOKENS = 1024
13
  MAX_INPUT_TOKEN_LENGTH = 4000