Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,7 @@ def format_prompt(state, bot_index, character_name, character_description):
|
|
80 |
else:
|
81 |
prompt += f"{character_name}: {message['content']}\n"
|
82 |
prompt += f"{character_name}: "
|
|
|
83 |
return prompt
|
84 |
import aiohttp
|
85 |
import asyncio
|
|
|
80 |
else:
|
81 |
prompt += f"{character_name}: {message['content']}\n"
|
82 |
prompt += f"{character_name}: "
|
83 |
+
print(prompt)
|
84 |
return prompt
|
85 |
import aiohttp
|
86 |
import asyncio
|