mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Refactoring
This commit is contained in:
@@ -43,6 +43,8 @@ import java.util.Objects;
|
||||
import javax.net.ssl.HttpsURLConnection;
|
||||
|
||||
public class OpenAI {
|
||||
static final String ASSISTANT = "assistant";
|
||||
static final String USER = "user";
|
||||
static final String SUMMARY_PROMPT = "Summarize the following text:";
|
||||
|
||||
private static final int MAX_OPENAI_LEN = 1000; // characters
|
||||
|
||||
Reference in New Issue
Block a user