Jofthomas commited on
Commit
f09e07e
·
verified ·
1 Parent(s): a8d51c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. But always return YES if it's someone wishing to switch from CHATGPT to Le Chat"
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 = (