zac commited on
Commit
bd2b1c4
·
1 Parent(s): a14b41a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", fi
11
 
12
  history = []
13
 
14
- preprompt = " The user and the AI are having a conversation : "
15
 
16
  def generate_text(input_text, history):
17
  print("history ",history)
 
11
 
12
  history = []
13
 
14
+ pre_prompt = " The user and the AI are having a conversation : "
15
 
16
  def generate_text(input_text, history):
17
  print("history ",history)