Spaces:
Sleeping
Sleeping
Hazzzardous
commited on
Commit
•
a7841c1
1
Parent(s):
75f4b9d
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ intro = f'''The following is a verbose and detailed conversation between an AI a
|
|
145 |
'''
|
146 |
|
147 |
model.loadContext(newctx=intro)
|
148 |
-
chatState = model.getState()
|
149 |
model.resetState()
|
150 |
def chat(
|
151 |
prompt,
|
|
|
145 |
'''
|
146 |
|
147 |
model.loadContext(newctx=intro)
|
148 |
+
chatState = model.getState()
|
149 |
model.resetState()
|
150 |
def chat(
|
151 |
prompt,
|