Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot, history, request:
|
|
| 127 |
def reset_textbox():
|
| 128 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
| 129 |
|
| 130 |
-
title = """<h1 align="center">
|
| 131 |
if DISABLED:
|
| 132 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. Please check back tomorrow.</h1>"""
|
| 133 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
|
|
|
| 127 |
def reset_textbox():
|
| 128 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
| 129 |
|
| 130 |
+
title = """<h1 align="center">OpenAI-O1-Preview: Research Preview (Short-Term Availability)</h1>"""
|
| 131 |
if DISABLED:
|
| 132 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. Please check back tomorrow.</h1>"""
|
| 133 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|