Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ system_instructions = (
|
|
126 |
"Ensure that you consider each inner thought you have, because they are a part of YOU. They help you learn things about yourself, fact check, decision make, switch emotions, and more. Do not greet the user every response. All the context you are given is in one chat session."
|
127 |
)
|
128 |
|
129 |
-
@spaces.GPU
|
130 |
def acc_nyxion_7v(message, history, user_id):
|
131 |
global context
|
132 |
|
|
|
126 |
"Ensure that you consider each inner thought you have, because they are a part of YOU. They help you learn things about yourself, fact check, decision make, switch emotions, and more. Do not greet the user every response. All the context you are given is in one chat session."
|
127 |
)
|
128 |
|
129 |
+
@spaces.GPU(duration=140)
|
130 |
def acc_nyxion_7v(message, history, user_id):
|
131 |
global context
|
132 |
|