-
As described in the documentation, gptel allows to customize prompts by setting the variables I would like to have a dynamic response-prompt (containing the Is that already doable to assign functions to those two prompt-settings mentioned above and I did something wrong or would that be a new feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It would be a new feature. It also wouldn't work well as the prompts have to be stripped from the payload when sending queries. If the prompts are dynamic, what it returns at query-send time might be different from the prompt string that is in the buffer. However: almost anything you want is possible with gptel, you may just need to use a lower level interface. See #540 (and this comment in particular) to do what you want with the prefixes. |
Beta Was this translation helpful? Give feedback.
It would be a new feature. It also wouldn't work well as the prompts have to be stripped from the payload when sending queries. If the prompts are dynamic, what it returns at query-send time might be different from the prompt string that is in the buffer.
However: almost anything you want is possible with gptel, you may just need to use a lower level interface. See #540 (and this comment in particular) to do what you want with the prefixes.