github-actions[bot] commited on
Commit
c8c2227
·
1 Parent(s): abb674b

sync: automatic content update from github

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. src/gpt.py +1 -0
README.md CHANGED
@@ -25,6 +25,9 @@ or Latin-1 if the CSV contains non-UTF-8 bytes, so you can work with exports fro
25
  systems without a hard crash. If the encoding still fails, the dashboard will warn and use
26
  default options instead.
27
 
 
 
 
28
  ## Local development
29
 
30
  1. Install dependencies from `requirements.txt`.
 
25
  systems without a hard crash. If the encoding still fails, the dashboard will warn and use
26
  default options instead.
27
 
28
+ The custom GPT instructions also enforce that only sites marked `Active` in the `Status`
29
+ column of `src/data.csv` may be recommended.
30
+
31
  ## Local development
32
 
33
  1. Install dependencies from `requirements.txt`.
src/gpt.py CHANGED
@@ -47,6 +47,7 @@ No other data may be invented or referenced. Only these files exist, and only th
47
  4. Mandatory Initial Filters
48
  Applied before anything else:
49
  • Country = United States (default unless brief specifies otherwise)
 
50
  • Has IG account = TRUE (if IG platform is needed)
51
  • Interested in Custom Content = TRUE
52
  • Potential Advertiser Concern Flag ≠ TRUE
 
47
  4. Mandatory Initial Filters
48
  Applied before anything else:
49
  • Country = United States (default unless brief specifies otherwise)
50
+ • Status = Active (only recommend sites marked Active in the Status column)
51
  • Has IG account = TRUE (if IG platform is needed)
52
  • Interested in Custom Content = TRUE
53
  • Potential Advertiser Concern Flag ≠ TRUE