ThomasSimonini commited on
Commit
9cc1eea
·
1 Parent(s): a5f9928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,12 +18,13 @@ Chat Function
18
  """
19
  def chat(message,
20
  chatbot,
 
21
  system_prompt = "",
22
  temperature = 0.9,
23
  max_new_tokens = 256,
24
  top_p = 0.6,
25
  repetition_penalty = 1.0,
26
- model= llama_13b):
27
 
28
  # Write the system prompt
29
  if system_prompt != "":
 
18
  """
19
  def chat(message,
20
  chatbot,
21
+ model= llama_13b
22
  system_prompt = "",
23
  temperature = 0.9,
24
  max_new_tokens = 256,
25
  top_p = 0.6,
26
  repetition_penalty = 1.0,
27
+ ):
28
 
29
  # Write the system prompt
30
  if system_prompt != "":