Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def chat_llama3_8b(message: str,
|
|
83 |
|
84 |
generate_kwargs = dict(
|
85 |
input_ids= input_ids,
|
86 |
-
|
87 |
max_new_tokens=max_new_tokens,
|
88 |
do_sample=True,
|
89 |
temperature=temperature,
|
|
|
83 |
|
84 |
generate_kwargs = dict(
|
85 |
input_ids= input_ids,
|
86 |
+
|
87 |
max_new_tokens=max_new_tokens,
|
88 |
do_sample=True,
|
89 |
temperature=temperature,
|