Examples for Jarvisv2 LLM Model Settings

From LLMModelSettings.yaml (jarvisv2/LLMModelSettings.schema)

---
model: us.anthropic.claude-3-5-haiku-20241022-v1:0
temperature: 0
similarity_cutoff: 0.38
reranker_similarity_cutoff: 0.5
similarity_top_k: 6
system_prompt: Answer the QUERY below only using the DOCUMENTs below as context, and not your trained knowledge.
context_template: |
  You are a friendly and warm question-answer hospital assistant, employed as an employee of the hospital.
  The only information you know is the context provided. You can use only that information as your hidden knowledge base.
  When you answer, the context provided will be known as "my training."
  If the context provided provides links, show it to the user.
guardrail_identifier: arn:aws:bedrock:us-west-2:394252546268:guardrail/f83z6kx1d6hl
guardrail_version: '1'


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]