Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ async def on_message(message):
|
|
| 191 |
f.write(f"GPT4 Correct Assistant: {output}<|end_of_turn|>")
|
| 192 |
embed = discord.Embed(title=title,
|
| 193 |
description=output.replace(
|
| 194 |
-
f"<|title|>{title}<|title|>", ""),
|
| 195 |
color=0x1E81B0)
|
| 196 |
embed.set_footer(
|
| 197 |
text=
|
|
|
|
| 191 |
f.write(f"GPT4 Correct Assistant: {output}<|end_of_turn|>")
|
| 192 |
embed = discord.Embed(title=title,
|
| 193 |
description=output.replace(
|
| 194 |
+
f"<|title|>{title}<|title|>", "").replace(f"<|image|>{imgp}<|image|>", ""),
|
| 195 |
color=0x1E81B0)
|
| 196 |
embed.set_footer(
|
| 197 |
text=
|