Update app.py
Browse files
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,
|