Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ headers = {
|
|
| 11 |
"Content-Type": "application/json",
|
| 12 |
}
|
| 13 |
|
| 14 |
-
ASSISTANT_PIC_PATH = "API.png"
|
| 15 |
|
| 16 |
def respond(message, history, system_message, max_tokens, top_p, temperature):
|
| 17 |
messages = []
|
|
|
|
| 11 |
"Content-Type": "application/json",
|
| 12 |
}
|
| 13 |
|
| 14 |
+
ASSISTANT_PIC_PATH = "./API.png"
|
| 15 |
|
| 16 |
def respond(message, history, system_message, max_tokens, top_p, temperature):
|
| 17 |
messages = []
|