fix magic2 hack....
Browse files
app.py
CHANGED
|
@@ -93,7 +93,8 @@ def get_completion(prompt):
|
|
| 93 |
return score_model(model_uri, databricks_token, prompt)
|
| 94 |
#def get_completion(prompt):
|
| 95 |
|
| 96 |
-
def greet(company, solution, target_customer, problem, features
|
|
|
|
| 97 |
customer_persona = target_audience_persona
|
| 98 |
pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
|
| 99 |
input = pitch
|
|
|
|
| 93 |
return score_model(model_uri, databricks_token, prompt)
|
| 94 |
#def get_completion(prompt):
|
| 95 |
|
| 96 |
+
def greet(company, solution, target_customer, problem, features):
|
| 97 |
+
target_audience_persona="the target customer"
|
| 98 |
customer_persona = target_audience_persona
|
| 99 |
pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
|
| 100 |
input = pitch
|