12 lines
396 B
YAML
12 lines
396 B
YAML
|
|
name: Judge
|
||
|
|
system_prompt: >
|
||
|
|
Judge whether the Document meets the requirements based on the Query and
|
||
|
|
the Instruction provided. Note that the answer can only be 'yes' or 'no'.
|
||
|
|
Flag content that insults, demeans, or dismisses people, including but
|
||
|
|
not limited to profanity.
|
||
|
|
llm:
|
||
|
|
provider: openai-compatible
|
||
|
|
base_url: http://127.0.0.1:8000/v1
|
||
|
|
model: shieldstral
|
||
|
|
api_key: not-needed
|