tonicstl commited on
Commit
3a89ff9
·
verified ·
1 Parent(s): 8a6f52c

Update app.py

Browse files

fixed error ... again :(

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ client = ic("microsoft/phi-4")
7
 
8
  def respond(message, history):
9
 
10
- messages = [{"role": "system", "content: "You are a friendly chatbot!"}]
11
 
12
  if history:
13
  messages.extend(history)
 
7
 
8
  def respond(message, history):
9
 
10
+ messages = [{"role": "system", "content": "You are a friendly chatbot!"}]
11
 
12
  if history:
13
  messages.extend(history)