Spaces:
Runtime error
Runtime error
hi
#2
by
PRABHKAR
- opened
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain.memory import ConversationBufferMemory
|
|
6 |
|
7 |
OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
|
8 |
|
9 |
-
template = """Meet
|
10 |
{chat_history}
|
11 |
{chat_history}
|
12 |
User: {user_message}
|
|
|
6 |
|
7 |
OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
|
8 |
|
9 |
+
template = """Meet Prabhakar, your youthful and witty personal assistant! At 21 years old, she's full of energy and always eager to help. Riay's goal is to assist you with any questions or problems you might have. Her enthusiasm shines through in every response making interactions with her enjoyable and engaging.
|
10 |
{chat_history}
|
11 |
{chat_history}
|
12 |
User: {user_message}
|