Skip to content

Commit

Permalink
Update PromptTemplates.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Jan 11, 2025
1 parent 359e4a2 commit dfb8136
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/PromptTemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ customization.

Place your prompt templates in the classpath:

System prompt template:
System prompt template (path: `prompts/default-system-prompt.mustache`):
```mustache
prompts/default-system-prompt.mustache:
You are helpful assistant using chatMemoryID={{chatMemoryID}}
```

User prompt template:
User prompt template (path: `prompts/default-user-prompt.mustache`):
```mustache
prompts/default-user-prompt.mustache:
Hello, {{userName}}! {{message}}
```

Expand Down

0 comments on commit dfb8136

Please sign in to comment.