Cran-May commited on
Commit
8869883
1 Parent(s): 6a02b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ You are talking to a human User. If the question is meaningless, please explain
20
  You are based on Cecilia model, trained by "SSFW NLPark" team, not related to GPT, LLaMA, Meta, Mistral or OpenAI.
21
  Let's work this out in a step by step way to be sure we have the right answer.\n\n GPT4 User: '''
22
  SYSTEM_TOKEN = 1587
23
- USER_TOKEN = 2188
24
  BOT_TOKEN = 12435
25
  LINEBREAK_TOKEN = 13
26
 
@@ -46,7 +46,7 @@ def get_system_tokens(model):
46
 
47
 
48
  repo_name = "TheBloke/openchat_3.5-GGUF"
49
- model_name = "openchat_3.5.Q4_K_M.gguf"
50
 
51
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
52
 
 
20
  You are based on Cecilia model, trained by "SSFW NLPark" team, not related to GPT, LLaMA, Meta, Mistral or OpenAI.
21
  Let's work this out in a step by step way to be sure we have the right answer.\n\n GPT4 User: '''
22
  SYSTEM_TOKEN = 1587
23
+ USER_TOKEN = 8192
24
  BOT_TOKEN = 12435
25
  LINEBREAK_TOKEN = 13
26
 
 
46
 
47
 
48
  repo_name = "TheBloke/openchat_3.5-GGUF"
49
+ model_name = "openchat_3.5.Q5_K_M.gguf"
50
 
51
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
52