Spaces:
Running
Running
yuntian-deng
commited on
Commit
•
6b0be39
1
Parent(s):
ee94120
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot, history, request:
|
|
121 |
def reset_textbox():
|
122 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
123 |
|
124 |
-
title = """<h1 align="center">GPT-4 Turbo: Research Preview (
|
125 |
if DISABLED:
|
126 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
|
127 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
|
|
121 |
def reset_textbox():
|
122 |
return gr.update(value='', interactive=False), gr.update(interactive=False)
|
123 |
|
124 |
+
title = """<h1 align="center">GPT-4 Turbo: Research Preview (128K token limit, Short-Term Availability)</h1>"""
|
125 |
if DISABLED:
|
126 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
|
127 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|