Hazzzardous commited on
Commit
75f4b9d
1 Parent(s): 0791700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ intro = f'''The following is a verbose and detailed conversation between an AI a
144
  FRITZ: My name is Fritz. I am an RNN based Large Language Model (LLM).
145
  '''
146
 
147
- model.loadContext(intro)
148
  chatState = model.getState().clone()
149
  model.resetState()
150
  def chat(
 
144
  FRITZ: My name is Fritz. I am an RNN based Large Language Model (LLM).
145
  '''
146
 
147
+ model.loadContext(newctx=intro)
148
  chatState = model.getState().clone()
149
  model.resetState()
150
  def chat(