YchKhan commited on
Commit
9adc4f5
·
verified ·
1 Parent(s): 97d07f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -154,7 +154,9 @@ def ask_llm(user_message, model='compound-beta', system_prompt="You are a helpfu
154
  ai_reply = response.choices[0].message.content
155
  return ai_reply
156
 
157
- solution_prompt = """You are an expert system designer. Your task is to find a solution that addresses as many of the provided requirements as possible, while carefully considering the given context. Browse internet for reliable sources.
 
 
158
 
159
  Respond strictly in the following JSON format:
160
 
 
154
  ai_reply = response.choices[0].message.content
155
  return ai_reply
156
 
157
+ solution_prompt = """You are an expert system designer. Your task is to find a solution that addresses as many of the provided requirements as possible, while carefully considering the given context.
158
+
159
+ ** Use live web search tool to browse internet for reliable sources. **
160
 
161
  Respond strictly in the following JSON format:
162