vilarin commited on
Commit
81d8d51
1 Parent(s): 638dabe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- message = messages,
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,