How to give system prompt? #2637
Replies: 2 comments 1 reply
-
Is
|
Beta Was this translation helpful? Give feedback.
-
Here's an informative post explaining the parameter: So, That may be enough to solve your goal, but also consider CFG (#2135) with
Note CFG increases RAM usage, so it may be something to consider, but here's another example of usage:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Model will make inference based on context window with c tag
-c ####
and I think this will only take last #### many tokens in account, which it will forget whatever was said in first prompt or even if first prompt was used through f tag-f chat_with_bob.txt
. My goal is to give a system prompt which model can look at before generating new tokens every time for every instruction which can be used through ins tag-ins
.Beta Was this translation helpful? Give feedback.
All reactions