Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def stream_chat(message: str, history: list, temperature: float, context_window:
|
|
82 |
llm = gemma2()
|
83 |
|
84 |
resp = llm.stream_chat(
|
85 |
-
|
86 |
chat_history = conversation,
|
87 |
top_p=top_p,
|
88 |
top_k=top_k,
|
|
|
82 |
llm = gemma2()
|
83 |
|
84 |
resp = llm.stream_chat(
|
85 |
+
messages = messages,
|
86 |
chat_history = conversation,
|
87 |
top_p=top_p,
|
88 |
top_k=top_k,
|