arabmejo commited on
Commit
528b563
1 Parent(s): 091c8b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ client = InferenceClient(
10
 
11
  def format_prompt(message, history):
12
 
13
- prompt = log_file="pr.txt"
14
 
15
  for user_prompt, bot_response in history:
16
  prompt += f"[INST] {user_prompt} [/INST]"
 
10
 
11
  def format_prompt(message, history):
12
 
13
+ prompt = prompt_file="pr.txt"
14
 
15
  for user_prompt, bot_response in history:
16
  prompt += f"[INST] {user_prompt} [/INST]"