Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ def _ai_should_extract_painpoint(client: Mistral, title: str, selftext: str) ->
|
|
| 121 |
content = (
|
| 122 |
"You are a strict classifier deciding if a Reddit post describes a concrete pain point "
|
| 123 |
"about Mistral AI documentation, mainly to know if they are missing information on how to achieve a specific goal.\n\n"
|
| 124 |
-
"Return JSON with decision YES/NO and a brief reason.
|
| 125 |
)
|
| 126 |
|
| 127 |
user_text = (
|
|
|
|
| 121 |
content = (
|
| 122 |
"You are a strict classifier deciding if a Reddit post describes a concrete pain point "
|
| 123 |
"about Mistral AI documentation, mainly to know if they are missing information on how to achieve a specific goal.\n\n"
|
| 124 |
+
"Return JSON with decision YES/NO and a brief reason. Always return YES if it's someone wishing to switch from CHATGPT to Le Chat or Uncertainty about Mistral's compatibility and user experience with OpenCode CLI for Python programming. Return YES ONLY for those two."
|
| 125 |
)
|
| 126 |
|
| 127 |
user_text = (
|