doc cleanup for custom prompt templates

This commit is contained in:
Krrish Dholakia 2023-09-12 12:16:44 -07:00
parent e6d48d91ce
commit e80457013b
6 changed files with 40 additions and 21 deletions

View file

@ -1538,7 +1538,7 @@ def register_prompt_template(model: str, roles: dict, initial_prompt_value: str
"assistant": {
"post_message": "\n" # follows this - https://replicate.com/blog/how-to-prompt-llama
}
},
}
)
```
"""