decodingdatascience commited on
Commit
4a97c46
·
verified ·
1 Parent(s): 75b041b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -247,9 +247,9 @@ with gr.Blocks() as demo:
247
  """
248
  <div class="main-title">
249
 
250
- # OpenAI Model Controls Demo
251
 
252
- A clean Gradio app for testing generation models and reasoning models separately.
253
 
254
  </div>
255
  """
@@ -259,11 +259,9 @@ with gr.Blocks() as demo:
259
  """
260
  <div class="helper-box">
261
 
262
- <b>Setup:</b> Add your OpenAI key in Hugging Face Spaces Secrets:
263
 
264
- <code>OPENAI_API_KEY</code>
265
-
266
- This app separates generation models and reasoning models so that the wrong parameters are not sent to the wrong model family.
267
 
268
  </div>
269
  """
 
247
  """
248
  <div class="main-title">
249
 
250
+ # LLM Model Controls Demo
251
 
252
+ Part of Decoding Data Science AI Residency A clean Gradio app for testing generation models and reasoning models separately.
253
 
254
  </div>
255
  """
 
259
  """
260
  <div class="helper-box">
261
 
262
+ <b>Setup:</b> Prompting is not Enough
263
 
264
+
 
 
265
 
266
  </div>
267
  """