mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
OpenAI: define system
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user