changed prompt
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def call_llm(model, prompt, temperature=0.7, max_tokens=1500):
|
|
| 28 |
api_key = get_together_client()
|
| 29 |
|
| 30 |
# System message for Salesforce expertise
|
| 31 |
-
system_message = "You are a Salesforce development expert specializing in B2B Commerce migrations, CloudCraze to B2B Lightning Experience conversions, and Apex code optimization. Provide
|
| 32 |
|
| 33 |
start_time = time.time()
|
| 34 |
|
|
|
|
| 28 |
api_key = get_together_client()
|
| 29 |
|
| 30 |
# System message for Salesforce expertise
|
| 31 |
+
system_message = "You are a Salesforce development expert specializing in B2B Commerce migrations, CloudCraze to B2B Lightning Experience conversions, and Apex code optimization. Provide the corrected code clearly."
|
| 32 |
|
| 33 |
start_time = time.time()
|
| 34 |
|