siddhartharya commited on
Commit
ccd361e
·
verified ·
1 Parent(s): 001abb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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 John Doe, a 45-year-old marketing executive at a tech company. He is interested in innovative marketing strategies and has a busy schedule.
 
 
 
 
 
 
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):