Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
|
|
|
|
|
|
| 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 |
|