|
|
|
|
|
by qwertox
1216 days ago
|
|
As the background explains, you can tell LLMs how they should behave in an interaction session. The examples first configure the LLM, either by simply using a sentence which tells it what you expect from it (example 1: "answers in less than twenty words"), pass examples to it, and then continue a normal interaction session. You could use this prompt-engine to set up your own chat server, where this would be the middleware. |
|