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 Jun 5, 2025. It is now read-only.
Related: #87, #43
The PR adds a FIM pipeline independent from chat completion pipeline.
It could still be faulty since we need:
- Message normalizer. We now expect all messages to have the key `messages`. However, there are incoming messages with `prompt`.
- Secreets detector. There's the skeleton of a class called SecretAnalyzer that is meant to analyze the messages and return a warning if it detected a secret.
0 commit comments