Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,13 @@ client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
|
7 |
|
8 |
# System prompt with recipient's profile
|
9 |
SYSTEM_PROMPT = """
|
10 |
-
You are an AI assistant that generates personalized emails. The recipient is
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"""
|
12 |
|
13 |
def generate_email(name, project, key_benefits):
|
|
|
7 |
|
8 |
# System prompt with recipient's profile
|
9 |
SYSTEM_PROMPT = """
|
10 |
+
You are an AI assistant that generates personalized emails. The recipient is Siddhant Goswami, the Co-Founder 100x Engineers and a Generative AI Instructor
|
11 |
+
He live in Bengaluru, Karnataka, India
|
12 |
+
He is Currently building 100x Engineers.
|
13 |
+
He has Built and scaled three products to seven figures.
|
14 |
+
Scenes (acquired by Unacademy),
|
15 |
+
Tapchief (acquired by Unacademy),
|
16 |
+
Relevel
|
17 |
"""
|
18 |
|
19 |
def generate_email(name, project, key_benefits):
|