You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
In the past week, 100% of Tim’s chat requests were flagged where he used a Google model, and 0 other requests were flagged (58 flagged out of 77 requests).
All flagged requests had both the high_max_tokens_to_sample and blocked_phrase flags, and no other.
Based on this code, not having a tokenizer avoids the high_prompt_token_count flag, and indeed, no requests got that one. Only the high_max_tokens_to_sample and blocked_phrase are applied, but those are enough for the request to be flagged all the same.
Problem:
@toolmantim's account was banned (related thread)
Link: https://sourcegraph.com/users/toolmantim/settings/quota
ID:
59727/018d5660-4043-745d-bc0d-ca8e69970468Findings:
high_max_tokens_to_sampleandblocked_phraseflags, and no other.Based on this code, not having a tokenizer avoids the
high_prompt_token_countflag, and indeed, no requests got that one. Only thehigh_max_tokens_to_sampleandblocked_phraseare applied, but those are enough for the request to be flagged all the same.Redash queries that helped me:
Solution ideas: