326
edits
mNo edit summary |
mNo edit summary |
||
| Line 36: | Line 36: | ||
AI-ProblemSummaryPrompt: // Prompt that summarizes the product problem | AI-ProblemSummaryPrompt: // Prompt that summarizes the product problem | ||
AI-CountSummaryPrompt: // Prompt that counts the instances of items | AI-CountSummaryPrompt: // Prompt that counts the instances of items | ||
AI-ProblemSimilarityPrompt: // Prompt that summarizes the problem similarity to a product problem | AI-ProblemSimilarityPrompt: // Prompt that summarizes the problem similarity to a product problem | ||
AI-MDRSimilarityPrompt: // Prompt that analyzes the similarity between input problem and MAUDE results matching query criteria | AI-MDRSimilarityPrompt: // Prompt that analyzes the similarity between input problem and MAUDE results matching query criteria | ||
AI-ReportSummaryPrompt: // Prompt that summarizes the most similar problems | AI-ReportSummaryPrompt: // Prompt that summarizes the most similar problems | ||
AI-WordsPerReport: // Number of words in each intermediate report (recommended: 1500, range: 100-5000) | |||
AI-WordsPerReport: // Number of words in each intermediate report (recommended: 1500, range: 100-5000) | |||
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.4, range: 0..1f) | AI-ModelTopP: // LLM TOP_P index (recommended: 0.4, range: 0..1f) | ||
AI-ModelTopK: // LLM TOP_K number of words for next word prediction (recommended: 10, range: 1-128) | AI-ModelTopK: // LLM TOP_K number of words for next word prediction (recommended: 10, range: 1-128) | ||
AI-ModelMaxOutputTokens: // LLM maximum output words (range: 1-2048) | AI-ModelMaxOutputTokens: // LLM maximum output words (range: 1-2048) | ||
|} | |} | ||