Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ async def generate(
42
  )
43
 
44
  formatted_prompt = format_prompt(
45
- prompt=prompt, history=history, system_prompt=history
46
  )
47
 
48
  stream = await client.text_generation(
 
42
  )
43
 
44
  formatted_prompt = format_prompt(
45
+ prompt=prompt, history=history, system_prompt=system_prompt
46
  )
47
 
48
  stream = await client.text_generation(