Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ def format_prompt(state, bot_index, character_name, character_description, user_
|
|
87 |
else:
|
88 |
prompt += f"{character_name}: {message['content']}\n"
|
89 |
prompt += f"{character_name}: "
|
|
|
90 |
return prompt
|
91 |
import aiohttp
|
92 |
import asyncio
|
|
|
87 |
else:
|
88 |
prompt += f"{character_name}: {message['content']}\n"
|
89 |
prompt += f"{character_name}: "
|
90 |
+
print(prompt)
|
91 |
return prompt
|
92 |
import aiohttp
|
93 |
import asyncio
|