Spaces:
Sleeping
Sleeping
Update app.py
Browse filesfixed error ... again :(
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)
|