app.py
CHANGED
@@ -20,7 +20,7 @@ def get_completion(prompt, model="gpt-3.5-turbo"):
|
|
20 |
def greet(company, solution, target_customer, problem, features):
|
21 |
|
22 |
pitch = f"""
|
23 |
-
|
24 |
"""
|
25 |
|
26 |
prompt = f"""
|
|
|
20 |
def greet(company, solution, target_customer, problem, features):
|
21 |
|
22 |
pitch = f"""
|
23 |
+
My company, {company} is developing {solution} to help {target_customer} {problem} with {features}
|
24 |
"""
|
25 |
|
26 |
prompt = f"""
|