Spaces:
Running
Running
cxumol
commited on
more alrets for people don't bring their API key
Browse files- 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**:
|
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 |
|