Spaces:
Runtime error
Runtime error
Commit
·
e329f2e
1
Parent(s):
88c54be
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ title = "OpenAPI Assistant API: " + llm.assistant.name
|
|
22 |
|
23 |
if llm.assistant.description is None:
|
24 |
model = llm.assistant.model
|
25 |
-
description = f"
|
26 |
else:
|
27 |
description = llm.assistant.description
|
28 |
|
|
|
22 |
|
23 |
if llm.assistant.description is None:
|
24 |
model = llm.assistant.model
|
25 |
+
description = f"This demo is OpenAPI Assistant API . When you enter text in the text box,{model} The model responds."
|
26 |
else:
|
27 |
description = llm.assistant.description
|
28 |
|