Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def generate_game_cards(job_profile):
|
|
17 |
Overview: A short description of the role.
|
18 |
Pros & Cons: List 3-4 key pros and cons.
|
19 |
Dual Impact Highlights: Summarize how this career affects personal growth (e.g., satisfaction, skill development) and community impact (e.g., societal contributions, local development).
|
20 |
-
response should be in a
|
21 |
"""
|
22 |
response = client.chat.completions.create(
|
23 |
model="gpt-4o-mini",
|
|
|
17 |
Overview: A short description of the role.
|
18 |
Pros & Cons: List 3-4 key pros and cons.
|
19 |
Dual Impact Highlights: Summarize how this career affects personal growth (e.g., satisfaction, skill development) and community impact (e.g., societal contributions, local development).
|
20 |
+
response should be in a plain-text not in markdown or any format
|
21 |
"""
|
22 |
response = client.chat.completions.create(
|
23 |
model="gpt-4o-mini",
|