ThomasSimonini commited on
Commit
3c46507
·
1 Parent(s): 779a991

Add default model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def predict(message,
19
  max_new_tokens = 256,
20
  top_p = 0.6,
21
  repetition_penalty = 1.0,
22
- model):
23
 
24
  # Write the system prompt
25
  if system_prompt != "":
 
19
  max_new_tokens = 256,
20
  top_p = 0.6,
21
  repetition_penalty = 1.0,
22
+ model=api_url_70b):
23
 
24
  # Write the system prompt
25
  if system_prompt != "":