326
edits
mNo edit summary |
mNo edit summary |
||
| Line 33: | Line 33: | ||
AI-ProblemSummaryPrompt: // Prompt that summarizes the product problem | AI-ProblemSummaryPrompt: // Prompt that summarizes the product problem | ||
AI-AnalysisPrompt: // Prompt that analyzes the MDR data to identify trends and patterns in adverse event occurrence | AI-AnalysisPrompt: // Prompt that analyzes the MDR data to identify trends and patterns in adverse event occurrence | ||
| Line 40: | Line 38: | ||
AI-ReportSummaryPrompt: // Prompt that summarizes the information collected from the MDR records | AI-ReportSummaryPrompt: // Prompt that summarizes the information collected from the MDR records | ||
AI-WordsPerReport: // Number of words in each intermediate report (recommended: | AI-WordsPerReport: // Number of words in each intermediate report (recommended: 10000, range: 100-30000) | ||
AI-ModelTemperature: // LLM Temperature index (recommended: 0.05, range: 0..1f) | AI-ModelTemperature: // LLM Temperature index (recommended: 0.05, range: 0..1f) | ||
AI-ModelTopP: // LLM TOP_P index (recommended: 0 | AI-ModelTopP: // LLM TOP_P index (recommended: 1.0, range: 0..1f) | ||
AI-ModelTopK: // LLM TOP_K number of words for next word prediction (recommended: | AI-ModelTopK: // LLM TOP_K number of words for next word prediction (recommended: 2, range: 1-128) | ||
AI-ModelMaxOutputTokens: // LLM maximum output words (range: 1- | AI-ModelMaxOutputTokens: // LLM maximum output words (range: 1-8192) | ||
|} | |} | ||
</blockquote> | </blockquote> | ||