yuntian-deng commited on
Commit
235d76e
1 Parent(s): c091c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">GPT-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:
 
127
  def reset_textbox():
128
  return gr.update(value='', interactive=False), gr.update(interactive=False)
129
 
130
+ title = """<h1 align="center">OpenAI-O1-Mini: 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: