Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ client = OpenAI(api_key=api_key)
|
|
11 |
|
12 |
# Function to generate game cards based on job profile
|
13 |
def generate_game_cards(job_profile):
|
14 |
-
system_prompt = f"""Generate a
|
15 |
|
16 |
Title: {job_profile}
|
17 |
Overview: A short description of the role.
|
|
|
11 |
|
12 |
# Function to generate game cards based on job profile
|
13 |
def generate_game_cards(job_profile):
|
14 |
+
system_prompt = f"""Generate a complete set of game cards for the career {job_profile}. The output should include the following:
|
15 |
|
16 |
Title: {job_profile}
|
17 |
Overview: A short description of the role.
|