delightfulrachel commited on
Commit
71c04f5
·
verified ·
1 Parent(s): 48c9967

changed prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 clear, step-by-step guidance and corrected code."
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