ivpich commited on
Commit
b2fe535
·
verified ·
1 Parent(s): 23dcf34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ model = AutoModelForCausalLM.from_pretrained(
43
  def stream_chat(
44
  message: str,
45
  history: list,
46
- system_prompt: str,
47
  temperature: float = 0.3,
48
  max_new_tokens: int = 1024,
49
  top_p: float = 1.0,
 
43
  def stream_chat(
44
  message: str,
45
  history: list,
46
+ system_prompt: str = "",
47
  temperature: float = 0.3,
48
  max_new_tokens: int = 1024,
49
  top_p: float = 1.0,