Spaces:
Runtime error
Runtime error
yuntian-deng
commited on
Commit
•
3da69a6
1
Parent(s):
98d94e3
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot, history, request:
|
|
113 |
def reset_textbox():
|
114 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
115 |
|
116 |
-
title = """<h1 align="center">
|
117 |
if DISABLED:
|
118 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. Please check back tomorrow.</h1>"""
|
119 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
|
|
113 |
def reset_textbox():
|
114 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
115 |
|
116 |
+
title = """<h1 align="center">GPT-4o: Research Preview (Short-Term Availability)</h1>"""
|
117 |
if DISABLED:
|
118 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. Please check back tomorrow.</h1>"""
|
119 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|