mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-10 02:07:33 +00:00
修复live模块install错误
This commit is contained in:
@@ -224,7 +224,7 @@ mail:
|
|||||||
# 用户名(注意:如果使用foxmail邮箱,此处user为qq号)
|
# 用户名(注意:如果使用foxmail邮箱,此处user为qq号)
|
||||||
user: ageerle@163.com
|
user: ageerle@163.com
|
||||||
# 密码(填写授权码)
|
# 密码(填写授权码)
|
||||||
pass: TOGXBVPYFVPFRQMQ
|
pass: xxxx
|
||||||
# 使用 STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。
|
# 使用 STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。
|
||||||
starttlsEnable: true
|
starttlsEnable: true
|
||||||
# 使用SSL安全连接
|
# 使用SSL安全连接
|
||||||
@@ -320,7 +320,7 @@ websocket:
|
|||||||
allowedOrigins: '*'
|
allowedOrigins: '*'
|
||||||
# chatgpt配置信息
|
# chatgpt配置信息
|
||||||
chat:
|
chat:
|
||||||
apiKey: 'sk-uMCP3lTg1dQ9L7Xs2bF352Fa216a4c9280577b205dE67e12'
|
apiKey: 'sk-xxx'
|
||||||
apiHost: 'https://api.pandarobot.chat/'
|
apiHost: 'https://api.pandarobot.chat/'
|
||||||
# 微信小程序配置信息
|
# 微信小程序配置信息
|
||||||
wx:
|
wx:
|
||||||
@@ -367,9 +367,9 @@ mj:
|
|||||||
cdn: https://app.pandarobot.chat/
|
cdn: https://app.pandarobot.chat/
|
||||||
wss: https://gateway.pandarobot.chat/
|
wss: https://gateway.pandarobot.chat/
|
||||||
openai:
|
openai:
|
||||||
gpt-api-url: 'https://api.pandarobot.chat/'
|
gpt-api-url: 'https://api.gptgod.online/'
|
||||||
gpt-api-key: 'sk-xxx'
|
gpt-api-key: 'xxxxxxx'
|
||||||
accounts:
|
accounts:
|
||||||
- guild-id: 'xxxxx'
|
- guild-id: 'xxxxxx'
|
||||||
channel-id: 'xxxxx'
|
channel-id: 'xxxxx'
|
||||||
user-token: 'xx.xx'
|
user-token: 'xxxxxxx'
|
||||||
|
|||||||
@@ -39,10 +39,7 @@
|
|||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>ruoyi-common-satoken</artifactId>
|
<artifactId>ruoyi-common-satoken</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.xmzs</groupId>
|
|
||||||
<artifactId>ruoyi-common-json</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-websocket</artifactId>
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
||||||
|
|||||||
@@ -29,11 +29,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-client-commons</artifactId>
|
<artifactId>live-chat-client-commons</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
|
|
||||||
<artifactId>live-chat-client-commons-base</artifactId>
|
<artifactId>live-chat-client-commons-base</artifactId>
|
||||||
<name>ordinaryroad-live-chat-client-commons-base</name>
|
<name>ordinaryroad-live-chat-client-commons-base</name>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-client-commons</artifactId>
|
<artifactId>live-chat-client-commons</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-client-commons</artifactId>
|
<artifactId>live-chat-client-commons</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>ruoyi-live</artifactId>
|
<artifactId>ruoyi-live</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-client-servers</artifactId>
|
<artifactId>live-chat-client-servers</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-client-servers</artifactId>
|
<artifactId>live-chat-client-servers</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>ruoyi-live</artifactId>
|
<artifactId>ruoyi-live</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-clients</artifactId>
|
<artifactId>live-chat-clients</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-clients</artifactId>
|
<artifactId>live-chat-clients</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-clients</artifactId>
|
<artifactId>live-chat-clients</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-clients</artifactId>
|
<artifactId>live-chat-clients</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>live-chat-clients</artifactId>
|
<artifactId>live-chat-clients</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xmzs</groupId>
|
<groupId>com.xmzs</groupId>
|
||||||
<artifactId>ruoyi-live</artifactId>
|
<artifactId>ruoyi-live</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
Reference in New Issue
Block a user