LaiTool 3.1.3
This commit is contained in:
@@ -144,6 +144,7 @@ if (!app.isPackaged) {
|
||||
|
||||
define['remotemj_api'] = 'https://api.laitool.net/'
|
||||
define['serverUrl'] = 'http://lapi.laitool.cn'
|
||||
// define['serverUrl'] = 'http://localhost:1578'
|
||||
define['hkServerUrl'] = 'https://laitool.net/'
|
||||
define['bakServerUrl'] = 'https://laitool.net/'
|
||||
define['API'] = 'f85d39ed5a40fd09966f13f12b6cf0f0'
|
||||
|
||||
@@ -125,7 +125,11 @@ export const DEFINE_STRING = {
|
||||
INIT_SERVER_GPT_OPTIONS: 'INIT_SERVER_GPT_OPTIONS',
|
||||
GET_AI_SETTING: 'GET_AI_SETTING',
|
||||
SAVE_AI_SETTING: 'SAVE_AI_SETTING',
|
||||
SYNC_GPT_KEY: "SYNC_GPT_KEY"
|
||||
SYNC_GPT_KEY: "SYNC_GPT_KEY",
|
||||
/**
|
||||
* GPT流式返回的监听
|
||||
*/
|
||||
GPT_STREAM_RETURN: "GPT_STREAM_RETURN"
|
||||
},
|
||||
|
||||
QUEUE_BATCH: {
|
||||
@@ -303,7 +307,7 @@ export const DEFINE_STRING = {
|
||||
/**
|
||||
* 获取MJ的消息ID,下载图片并分割
|
||||
*/
|
||||
GET_IMAGE_URL_AND_DOWNLOAD : "GET_IMAGE_URL_AND_DOWNLOAD",
|
||||
GET_IMAGE_URL_AND_DOWNLOAD: "GET_IMAGE_URL_AND_DOWNLOAD",
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user