How to know what to use for templates in the yaml configuration? #2058
Unanswered
dpkirchner
asked this question in
Q&A
Replies: 1 comment
-
this should be model-specific
If you are looking for templates you can look here: https://github.com/JackBekket/UncensoredGPT_tgbot/tree/master/prompt-templates You can also run local-ai in debug mode and it will show promt before templating, template itself and what it get after So, let's say you want to know what templates langchain uses for features like conversation memory -- so you can just run langchain application and look into logs of localai to know they promt templates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I look at a model file (
.gguf
), or its huggingface page, or whatever, and learn what I should use for thechat
andcomplete
templates? I'd rather not share a specific example because I'm looking for a general method that anyone can use when using any model.Beta Was this translation helpful? Give feedback.
All reactions