cxumol commited on
Commit
7b4e4a9
·
unverified ·
1 Parent(s): 2708402

more alrets for people don't bring their API key

Browse files
Files changed (1) hide show
  1. app/app.py +3 -2
app/app.py CHANGED
@@ -158,13 +158,14 @@ with gr.Blocks(
158
  ) as app:
159
  intro = f"""# {DEMO_TITLE}
160
  > You provide job description and résumé, and I write Cover letter for you!
161
-
 
162
  """
163
  gr.Markdown(intro)
164
  with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
165
  guide = gr.Markdown("""## Setup
166
 
167
- > **IMPORTANT**: Setup **API Keys** for 2 AI agents, CheapAI and StrongAI, on the "AI Setup" panel before you start. If you know what you are doing, change other API configurations as well.
168
 
169
  + `API Key`: If you have no idea, go to https://beta.openai.com/account/api-keys
170
 
 
158
  ) as app:
159
  intro = f"""# {DEMO_TITLE}
160
  > You provide job description and résumé, and I write Cover letter for you!
161
+
162
+ **IMPORTANT** In order to enable AI capability, you have to ***BRING YOUR OWN API Key***.
163
  """
164
  gr.Markdown(intro)
165
  with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
166
  guide = gr.Markdown("""## Setup
167
 
168
+ > **IMPORTANT**: First setup **API Keys** for 2 AI agents, CheapAI and StrongAI, on the "AI Setup" panel before you start. If you know what you are doing, change other API configurations as well.
169
 
170
  + `API Key`: If you have no idea, go to https://beta.openai.com/account/api-keys
171