mirror of https://github.com/M66B/FairEmail.git
OpenAI: define system
This commit is contained in:
parent
3070b3059b
commit
2a7500cdbb
|
@ -52,6 +52,7 @@ public class OpenAI {
|
|||
static final String DEFAULT_SUMMARY_PROMPT = "Summarize the following text:";
|
||||
static final String DEFAULT_ANSWER_PROMPT = "Answer this message:";
|
||||
|
||||
static final String SYSTEM = "system";
|
||||
static final String ASSISTANT = "assistant";
|
||||
static final String USER = "user";
|
||||
|
||||
|
|
Loading…
Reference in New Issue