SilentWraith
commited on
Commit
•
00d95ac
1
Parent(s):
957369f
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ async def generate(
|
|
42 |
)
|
43 |
|
44 |
formatted_prompt = format_prompt(
|
45 |
-
prompt=prompt, history=history, system_prompt=
|
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(
|